#C4EEFE

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

Shades of Onahau #C4EEFE

Tints of Onahau #C4EEFE

Color information

#C4EEFE (or 0xC4EEFE) is unknown color: approx Onahau. HEX triplet: C4, EE and FE. RGB value is (196,238,254). Sum of RGB (Red+Green+Blue) = 196+238+254=688 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.49% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EEFE is #3B1101. Grayscale: #E3E3E3. Windows color (decimal): -3870978 or 16707268. OLE color: 16707268.

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

Color convert

RGB196238254-
CMYK0.230.0600.00
HSL196.55º96.67%88.24%-
HSV(B)196.55º22.83%99.61%-
XYZ71.2380.04105.46-
YUV227.27143.09105.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.49%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=28.49%
G=34.59%
B=36.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962382540.230.0600.00196.5596.6788.24
HexC4EEFE17600c56158
Octal30435637627600305141130
Binary11000100111011101111111010111110001100010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EEFE; }

 p { color: rgb(196,238,254); }

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

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

 a { background-color: rgb(196,238,254); }

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

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

 span { border-color: rgb(196,238,254); }

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