#C3F5FF

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

Shades of Onahau #C3F5FF

Tints of Onahau #C3F5FF

Color information

#C3F5FF (or 0xC3F5FF) is unknown color: approx Onahau. HEX triplet: C3, F5 and FF. RGB value is (195,245,255). Sum of RGB (Red+Green+Blue) = 195+245+255=695 (92% of max value = 765). Red value is 195 (76.56% from 255 or 28.06% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F5FF is #3C0A00. Grayscale: #E7E7E7. Windows color (decimal): -3934721 or 16774595. OLE color: 16774595.

HSL color Cylindrical-coordinate representation of color #C3F5FF: hue angle of 190º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3F5FF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB195245255-
CMYK0.240.0400
HSL190º100%88.24%-
HSV(B)190º23.53%100%-
XYZ73.2184.13106.99-
YUV231.19141.44102.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.06%
GREEN value IS 245 (96.09% from 255) = 35.25%
BLUE value IS 255 (100% from 255) = 36.69%
R=28.06%
G=35.25%
B=36.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952452550.240.040019010088.24
HexC3F5FF18400be6458
Octal30336537730400276144130
Binary11000011111101011111111111000100001011111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F5FF; }

 p { color: rgb(195,245,255); }

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

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

 a { background-color: rgb(195,245,255); }

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

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

 span { border-color: rgb(195,245,255); }

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