#C2E0EE

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

Shades of Onahau #C2E0EE

Tints of Onahau #C2E0EE

Color information

#C2E0EE (or 0xC2E0EE) is unknown color: approx Onahau. HEX triplet: C2, E0 and EE. RGB value is (194,224,238). Sum of RGB (Red+Green+Blue) = 194+224+238=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E0EE is #3D1F11. Grayscale: #D8D8D8. Windows color (decimal): -4005650 or 15655106. OLE color: 15655106.

HSL color Cylindrical-coordinate representation of color #C2E0EE: hue angle of 199.09º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2E0EE is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194224238-
CMYK0.180.0600.07
HSL199.09º56.41%84.71%-
HSV(B)199.09º18.49%93.33%-
XYZ64.3470.9591.19-
YUV216.63140.06111.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.57%
GREEN value IS 224 (87.89% from 255) = 34.15%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=29.57%
G=34.15%
B=36.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942242380.180.0600.07199.0956.4184.71
HexC2E0EE12607c73855
Octal3023403562260730770125
Binary110000101110000011101110100101100111110001111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E0EE; }

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

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

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

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

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

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

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

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