Html Css Color HEX #C0E0EB Onahau

📋 copy color: '#C0E0EB'

red 192 ◦ green 224 ◦ blue 235

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

Shades of Onahau #C0E0EB

Tints of Onahau #C0E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.41%

 BLUE value IS 235 (92.19% from 255) = 36.1%

R = 29.49%
G = 34.41%
B = 36.1%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0E0EB (or 0xC0E0EB) is known color: Onahau. HEX triplet: C0, E0 and EB. RGB value is (192,224,235). Sum of RGB (Red+Green+Blue) = 192+224+235=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E0EB is #3F1F14. Grayscale: #D7D7D7. Windows color (decimal): -4136725 or 15458496. OLE color: 15458496.

HSL color Cylindrical-coordinate representation of color #C0E0EB: hue angle of 195.35º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E0EB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 224 235 -
CMYK 0.18 0.05 0 0.08
HSL 195.35º 0.52% 0.84% -
HSV(B) 195.35º 0.18% 0.92% -
XYZ 63.39 70.52 88.87 -
YUV 215.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 192 224 235 0.18 0.05 0 0.08 195.35 0.52 0.84
Hex C0 E0 EB 12 5 0 8 C3 34 54
Octal 300 340 353 22 5 0 10 303 64 124
Binary 11000000 11100000 11101011 10010 101 0 1000 11000011 110100 1010100

Color Harmonies of #C0E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E0EB

Black with #C0E0EB

Text Example


Text Example

White with #C0E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E0EB; }

 p { color: rgb(192,224,235); }

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

background-color css

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

 a { background-color: rgb(192,224,235); }

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

border-color css

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

 span { border-color: rgb(192,224,235); }

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