#C0EBEE

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

Shades of Onahau #C0EBEE

Tints of Onahau #C0EBEE

Color information

#C0EBEE (or 0xC0EBEE) is unknown color: approx Onahau. HEX triplet: C0, EB and EE. RGB value is (192,235,238). Sum of RGB (Red+Green+Blue) = 192+235+238=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBEE is #3F1411. Grayscale: #DEDEDE. Windows color (decimal): -4133906 or 15657920. OLE color: 15657920.

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

Color convert

RGB192235238-
CMYK0.190.0100.07
HSL183.91º57.5%84.31%-
HSV(B)183.91º19.33%93.33%-
XYZ66.8876.892.19-
YUV222.48136.75106.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.87%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=28.87%
G=35.34%
B=35.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922352380.190.0100.07183.9157.584.31
HexC0EBEE13107b83a54
Octal3003533562310727072124
Binary1100000011101011111011101001110111101110001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBEE; }

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

 H1.HeaderClassName
 {
   color: #C0EBEE;
 }
 .AnyTagClassName
 {
   color: #C0EBEE;
 }
</style>
background-color css

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

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

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

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

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

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