#C0E0EB

Color #C0E0EB Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C0E0EB

Tints of Onahau #C0E0EB

Color information

#C0E0EB (or 0xC0E0EB) is unknown color: approx 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

RGB192224235-
CMYK0.180.0500.08
HSL195.35º51.81%83.73%-
HSV(B)195.35º18.3%92.16%-
XYZ63.3970.5288.87-
YUV215.69138.9111.11-

RGB Variations

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

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.10%
R=29.49%
G=34.41%
B=36.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922242350.180.0500.08195.3551.8183.73
HexC0E0EB12508c33454
Octal30034035322501030364124
Binary1100000011100000111010111001010101000110000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>