Html Css Color HEX #C0E1EE Onahau

📋 copy color: '#C0E1EE'

red 192 ◦ green 225 ◦ blue 238

#C0E1EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C0E1EE

Tints of Onahau #C0E1EE

RGB

 RED value IS 192 (75.39% from 255) = 29.31%

 GREEN value IS 225 (88.28% from 255) = 34.35%

 BLUE value IS 238 (93.36% from 255) = 36.34%

R = 29.31%
G = 34.35%
B = 36.34%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0E1EE (or 0xC0E1EE) is known color: Onahau. HEX triplet: C0, E1 and EE. RGB value is (192,225,238). Sum of RGB (Red+Green+Blue) = 192+225+238=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0E1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E1EE is #3F1E11. Grayscale: #D8D8D8. Windows color (decimal): -4136466 or 15655360. OLE color: 15655360.

HSL color Cylindrical-coordinate representation of color #C0E1EE: hue angle of 196.96º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0E1EE is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 225 238 -
CMYK 0.19 0.05 0 0.07
HSL 196.96º 0.58% 0.84% -
HSV(B) 196.96º 0.19% 0.93% -
XYZ 64.1 71.23 91.26 -
YUV 216.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 192 225 238 0.19 0.05 0 0.07 196.96 0.58 0.84
Hex C0 E1 EE 13 5 0 7 C5 3A 54
Octal 300 341 356 23 5 0 7 305 72 124
Binary 11000000 11100001 11101110 10011 101 0 111 11000101 111010 1010100

Color Harmonies of #C0E1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1EE

Black with #C0E1EE

Text Example


Text Example

White with #C0E1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1EE; }

 p { color: rgb(192,225,238); }

 H1.HeaderClassName
 {
   color: #C0E1EE;
 }
 .AnyTagClassName
 {
   color: #C0E1EE;
 }
</style>

background-color css

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

 a { background-color: rgb(192,225,238); }

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

border-color css

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

 span { border-color: rgb(192,225,238); }

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