#C2EBF4

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

Shades of Onahau #C2EBF4

Tints of Onahau #C2EBF4

Color information

#C2EBF4 (or 0xC2EBF4) is unknown color: approx Onahau. HEX triplet: C2, EB and F4. RGB value is (194,235,244). Sum of RGB (Red+Green+Blue) = 194+235+244=673 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.83% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 244 - color contains mainly: blue. Hex color #C2EBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBF4 is #3D140B. Grayscale: #DFDFDF. Windows color (decimal): -4002828 or 16051138. OLE color: 16051138.

HSL color Cylindrical-coordinate representation of color #C2EBF4: hue angle of 190.8º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EBF4 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194235244-
CMYK0.200.0400.04
HSL190.8º69.44%85.88%-
HSV(B)190.8º20.49%95.69%-
XYZ68.2977.4296.93-
YUV223.77139.42106.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.83%
GREEN value IS 235 (92.19% from 255) = 34.92%
BLUE value IS 244 (95.70% from 255) = 36.26%
R=28.83%
G=34.92%
B=36.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942352440.200.0400.04190.869.4485.88
HexC2EBF414404bf4556
Octal30235336424404277105126
Binary1100001011101011111101001010010001001011111110001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBF4; }

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

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

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

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

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

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

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

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