#C3FAFC

Color #C3FAFC Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C3FAFC

Tints of Onahau #C3FAFC

Color information

#C3FAFC (or 0xC3FAFC) is unknown color: approx Onahau. HEX triplet: C3, FA and FC. RGB value is (195,250,252). Sum of RGB (Red+Green+Blue) = 195+250+252=697 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.98% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAFC is #3C0503. Grayscale: #E9E9E9. Windows color (decimal): -3933444 or 16579267. OLE color: 16579267.

HSL color Cylindrical-coordinate representation of color #C3FAFC: hue angle of 182.11º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FAFC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195250252-
CMYK0.230.0100.01
HSL182.11º90.48%87.65%-
HSV(B)182.11º22.62%98.82%-
XYZ74.2687104.97-
YUV233.78138.28100.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 27.98%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=27.98%
G=35.87%
B=36.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952502520.230.0100.01182.1190.4887.65
HexC3FAFC17101b65a58
Octal30337237427101266132130
Binary110000111111101011111100101111011011011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FAFC; }

 p { color: rgb(195,250,252); }

 H1.HeaderClassName
 {
   color: #C3FAFC;
 }
 .AnyTagClassName
 {
   color: #C3FAFC;
 }
</style>
background-color css

<style>
 a { background-color: #C3FAFC; }

 a { background-color: rgb(195,250,252); }

 div.DivClassName
 {
   background-color: #C3FAFC;
 }
 .BgClassName
 {
   background-color: #C3FAFC;
 }
</style>
border-color css

<style>
 span { border-color: #C3FAFC; }

 span { border-color: rgb(195,250,252); }

 td.TdClassName
 {
   border-color: #C3FAFC;
 }
 .TagClassName
 {
   border-color: #C3FAFC;
 }
</style>