Html Css Color HEX #C0E1EC Onahau

📋 copy color: '#C0E1EC'

red 192 ◦ green 225 ◦ blue 236

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

Shades of Onahau #C0E1EC

Tints of Onahau #C0E1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 29.4%
G = 34.46%
B = 36.14%

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

#C0E1EC (or 0xC0E1EC) is known color: Onahau. HEX triplet: C0, E1 and EC. RGB value is (192,225,236). Sum of RGB (Red+Green+Blue) = 192+225+236=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0E1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E1EC is #3F1E13. Grayscale: #D8D8D8. Windows color (decimal): -4136468 or 15524288. OLE color: 15524288.

HSL color Cylindrical-coordinate representation of color #C0E1EC: hue angle of 195º degrees, saturation: 0.54, 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 #C0E1EC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 225 236 -
CMYK 0.19 0.05 0 0.07
HSL 195º 0.54% 0.84% -
HSV(B) 195º 0.19% 0.93% -
XYZ 63.8 71.11 89.72 -
YUV 216.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 192 225 236 0.19 0.05 0 0.07 195 0.54 0.84
Hex C0 E1 EC 13 5 0 7 C3 36 54
Octal 300 341 354 23 5 0 7 303 66 124
Binary 11000000 11100001 11101100 10011 101 0 111 11000011 110110 1010100

Color Harmonies of #C0E1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1EC

Black with #C0E1EC

Text Example


Text Example

White with #C0E1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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