#C2EBED

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

Shades of Onahau #C2EBED

Tints of Onahau #C2EBED

Color information

#C2EBED (or 0xC2EBED) is unknown color: approx Onahau. HEX triplet: C2, EB and ED. RGB value is (194,235,237). Sum of RGB (Red+Green+Blue) = 194+235+237=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBED is #3D1412. Grayscale: #DEDEDE. Windows color (decimal): -4002835 or 15592386. OLE color: 15592386.

HSL color Cylindrical-coordinate representation of color #C2EBED: hue angle of 182.79º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EBED is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194235237-
CMYK0.180.0100.07
HSL182.79º54.43%84.51%-
HSV(B)182.79º18.14%92.94%-
XYZ67.247791.44-
YUV222.97135.92107.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.13%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=29.13%
G=35.29%
B=35.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942352370.180.0100.07182.7954.4384.51
HexC2EBED12107b73655
Octal3023533552210726766125
Binary1100001011101011111011011001010111101101111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBED; }

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

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

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

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

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

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

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

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