#C4F5FD

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

Shades of Onahau #C4F5FD

Tints of Onahau #C4F5FD

Color information

#C4F5FD (or 0xC4F5FD) is unknown color: approx Onahau. HEX triplet: C4, F5 and FD. RGB value is (196,245,253). Sum of RGB (Red+Green+Blue) = 196+245+253=694 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.24% from 694); Green value is 245 (96.09% from 255 or 35.30% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4F5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F5FD is #3B0A02. Grayscale: #E7E7E7. Windows color (decimal): -3869187 or 16643524. OLE color: 16643524.

HSL color Cylindrical-coordinate representation of color #C4F5FD: hue angle of 188.42º degrees, saturation: 0.93, 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 #C4F5FD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196245253-
CMYK0.230.0300.01
HSL188.42º93.44%88.04%-
HSV(B)188.42º22.53%99.22%-
XYZ73.1584.13105.31-
YUV231.26140.27102.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.24%
GREEN value IS 245 (96.09% from 255) = 35.30%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=28.24%
G=35.30%
B=36.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962452530.230.0300.01188.4293.4488.04
HexC4F5FD17301bc5d58
Octal30436537527301274135130
Binary1100010011110101111111011011111011011110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F5FD; }

 p { color: rgb(196,245,253); }

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

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

 a { background-color: rgb(196,245,253); }

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

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

 span { border-color: rgb(196,245,253); }

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