#C2E4EB

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

Shades of Onahau #C2E4EB

Tints of Onahau #C2E4EB

Color information

#C2E4EB (or 0xC2E4EB) is unknown color: approx Onahau. HEX triplet: C2, E4 and EB. RGB value is (194,228,235). Sum of RGB (Red+Green+Blue) = 194+228+235=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2E4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E4EB is #3D1B14. Grayscale: #DADADA. Windows color (decimal): -4004629 or 15459522. OLE color: 15459522.

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

Color convert

RGB194228235-
CMYK0.170.0300.08
HSL190.24º50.62%84.12%-
HSV(B)190.24º17.45%92.16%-
XYZ64.9972.9589.25-
YUV218.63137.24110.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.53%
GREEN value IS 228 (89.45% from 255) = 34.70%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=29.53%
G=34.70%
B=35.77%

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
Decimal1942282350.170.0300.08190.2450.6284.12
HexC2E4EB11308be3354
Octal30234435321301027663124
Binary110000101110010011101011100011101000101111101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E4EB; }

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

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

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

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

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

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

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

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