#C2EEF7

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

Shades of Onahau #C2EEF7

Tints of Onahau #C2EEF7

Color information

#C2EEF7 (or 0xC2EEF7) is unknown color: approx Onahau. HEX triplet: C2, EE and F7. RGB value is (194,238,247). Sum of RGB (Red+Green+Blue) = 194+238+247=679 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.57% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2EEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEF7 is #3D1108. Grayscale: #E1E1E1. Windows color (decimal): -4002057 or 16248514. OLE color: 16248514.

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

Color convert

RGB194238247-
CMYK0.210.0400.03
HSL190.19º76.81%86.47%-
HSV(B)190.19º21.46%96.86%-
XYZ69.6179.3399.64-
YUV225.87139.92105.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.57%
GREEN value IS 238 (93.36% from 255) = 35.05%
BLUE value IS 247 (96.88% from 255) = 36.38%
R=28.57%
G=35.05%
B=36.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1942382470.210.0400.03190.1976.8186.47
HexC2EEF715403be4d56
Octal30235636725403276115126
Binary110000101110111011110111101011000111011111010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EEF7; }

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

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

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

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

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

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

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

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