Html Css Color HEX #C0E1E9 Onahau

📋 copy color: '#C0E1E9'

red 192 ◦ green 225 ◦ blue 233

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

Shades of Onahau #C0E1E9

Tints of Onahau #C0E1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.85%

R = 29.54%
G = 34.62%
B = 35.85%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0E1E9 (or 0xC0E1E9) is known color: Onahau. HEX triplet: C0, E1 and E9. RGB value is (192,225,233). Sum of RGB (Red+Green+Blue) = 192+225+233=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0E1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E1E9 is #3F1E16. Grayscale: #D7D7D7. Windows color (decimal): -4136471 or 15327680. OLE color: 15327680.

HSL color Cylindrical-coordinate representation of color #C0E1E9: hue angle of 191.71º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E1E9 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 225 233 -
CMYK 0.18 0.03 0 0.09
HSL 191.71º 0.48% 0.83% -
HSV(B) 191.71º 0.18% 0.91% -
XYZ 63.37 70.94 87.44 -
YUV 216.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 192 225 233 0.18 0.03 0 0.09 191.71 0.48 0.83
Hex C0 E1 E9 12 3 0 9 C0 30 53
Octal 300 341 351 22 3 0 11 300 60 123
Binary 11000000 11100001 11101001 10010 11 0 1001 11000000 110000 1010011

Color Harmonies of #C0E1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1E9

Black with #C0E1E9

Text Example


Text Example

White with #C0E1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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