#C0E3EB

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

Shades of Onahau #C0E3EB

Tints of Onahau #C0E3EB

Color information

#C0E3EB (or 0xC0E3EB) is unknown color: approx Onahau. HEX triplet: C0, E3 and EB. RGB value is (192,227,235). Sum of RGB (Red+Green+Blue) = 192+227+235=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E3EB is #3F1C14. Grayscale: #D9D9D9. Windows color (decimal): -4135957 or 15459264. OLE color: 15459264.

HSL color Cylindrical-coordinate representation of color #C0E3EB: hue angle of 191.16º 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 #C0E3EB is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192227235-
CMYK0.180.0300.08
HSL191.16º51.81%83.73%-
HSV(B)191.16º18.3%92.16%-
XYZ64.272.1489.14-
YUV217.45137.9109.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.36%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=29.36%
G=34.71%
B=35.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922272350.180.0300.08191.1651.8183.73
HexC0E3EB12308bf3454
Octal30034335322301027764124
Binary110000001110001111101011100101101000101111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E3EB; }

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

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

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

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

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

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

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

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