Html Css Color HEX #C0E0E6 Onahau

📋 copy color: '#C0E0E6'

red 192 ◦ green 224 ◦ blue 230

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

Shades of Onahau #C0E0E6

Tints of Onahau #C0E0E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.6%

R = 29.72%
G = 34.67%
B = 35.6%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C0E0E6 (or 0xC0E0E6) is known color: Onahau. HEX triplet: C0, E0 and E6. RGB value is (192,224,230). Sum of RGB (Red+Green+Blue) = 192+224+230=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #C0E0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E0E6 is #3F1F19. Grayscale: #D7D7D7. Windows color (decimal): -4136730 or 15130816. OLE color: 15130816.

HSL color Cylindrical-coordinate representation of color #C0E0E6: hue angle of 189.47º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E0E6 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 224 230 -
CMYK 0.17 0.03 0 0.10
HSL 189.47º 0.43% 0.83% -
HSV(B) 189.47º 0.17% 0.9% -
XYZ 62.68 70.23 85.12 -
YUV 215.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 192 224 230 0.17 0.03 0 0.10 189.47 0.43 0.83
Hex C0 E0 E6 11 3 0 A BD 2B 53
Octal 300 340 346 21 3 0 12 275 53 123
Binary 11000000 11100000 11100110 10001 11 0 1010 10111101 101011 1010011

Color Harmonies of #C0E0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E0E6

Black with #C0E0E6

Text Example


Text Example

White with #C0E0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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