#C2E5EB

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

Shades of Onahau #C2E5EB

Tints of Onahau #C2E5EB

Color information

#C2E5EB (or 0xC2E5EB) is unknown color: approx Onahau. HEX triplet: C2, E5 and EB. RGB value is (194,229,235). Sum of RGB (Red+Green+Blue) = 194+229+235=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E5EB is #3D1A14. Grayscale: #DBDBDB. Windows color (decimal): -4004373 or 15459778. OLE color: 15459778.

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

Color convert

RGB194229235-
CMYK0.170.0300.08
HSL188.78º50.62%84.12%-
HSV(B)188.78º17.45%92.16%-
XYZ65.2673.5189.35-
YUV219.22136.9110.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.48%
GREEN value IS 229 (89.84% from 255) = 34.80%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=29.48%
G=34.80%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942292350.170.0300.08188.7850.6284.12
HexC2E5EB11308bd3354
Octal30234535321301027563124
Binary110000101110010111101011100011101000101111011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E5EB; }

 p { color: rgb(194,229,235); }

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

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

 a { background-color: rgb(194,229,235); }

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

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

 span { border-color: rgb(194,229,235); }

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