#C2EEF6

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

Shades of Onahau #C2EEF6

Tints of Onahau #C2EEF6

Color information

#C2EEF6 (or 0xC2EEF6) is unknown color: approx Onahau. HEX triplet: C2, EE and F6. RGB value is (194,238,246). Sum of RGB (Red+Green+Blue) = 194+238+246=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2EEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEF6 is #3D1109. Grayscale: #E1E1E1. Windows color (decimal): -4002058 or 16182978. OLE color: 16182978.

HSL color Cylindrical-coordinate representation of color #C2EEF6: hue angle of 189.23º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EEF6 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194238246-
CMYK0.210.0300.04
HSL189.23º74.29%86.27%-
HSV(B)189.23º21.14%96.47%-
XYZ69.4679.2798.83-
YUV225.76139.42105.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.61%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 246 (96.48% from 255) = 36.28%
R=28.61%
G=35.10%
B=36.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942382460.210.0300.04189.2374.2986.27
HexC2EEF615304bd4a56
Octal30235636625304275112126
Binary110000101110111011110110101011101001011110110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EEF6; }

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

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

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

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

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

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

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

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