#C2EEFE

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

Shades of Onahau #C2EEFE

Tints of Onahau #C2EEFE

Color information

#C2EEFE (or 0xC2EEFE) is unknown color: approx Onahau. HEX triplet: C2, EE and FE. RGB value is (194,238,254). Sum of RGB (Red+Green+Blue) = 194+238+254=686 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.28% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEFE is #3D1101. Grayscale: #E2E2E2. Windows color (decimal): -4002050 or 16707266. OLE color: 16707266.

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

Color convert

RGB194238254-
CMYK0.240.0600.00
HSL196º96.77%87.84%-
HSV(B)196º23.62%99.61%-
XYZ70.7179.77105.44-
YUV226.67143.42104.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.28%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=28.28%
G=34.69%
B=37.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942382540.240.0600.0019696.7787.84
HexC2EEFE18600c46158
Octal30235637630600304141130
Binary11000010111011101111111011000110001100010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EEFE; }

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

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

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

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

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

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

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

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