#C2EBF0

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

Shades of Onahau #C2EBF0

Tints of Onahau #C2EBF0

Color information

#C2EBF0 (or 0xC2EBF0) is unknown color: approx Onahau. HEX triplet: C2, EB and F0. RGB value is (194,235,240). Sum of RGB (Red+Green+Blue) = 194+235+240=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2EBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBF0 is #3D140F. Grayscale: #DFDFDF. Windows color (decimal): -4002832 or 15788994. OLE color: 15788994.

HSL color Cylindrical-coordinate representation of color #C2EBF0: hue angle of 186.52º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EBF0 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194235240-
CMYK0.190.0200.06
HSL186.52º60.53%85.1%-
HSV(B)186.52º19.17%94.12%-
XYZ67.6877.1893.77-
YUV223.31137.42107.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.00%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=29.00%
G=35.13%
B=35.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942352400.190.0200.06186.5260.5385.1
HexC2EBF013206bb3d55
Octal3023533602320627375125
Binary11000010111010111111000010011100110101110111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBF0; }

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

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

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

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

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

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

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

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