#C1EBF4

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

Shades of Onahau #C1EBF4

Tints of Onahau #C1EBF4

Color information

#C1EBF4 (or 0xC1EBF4) is unknown color: approx Onahau. HEX triplet: C1, EB and F4. RGB value is (193,235,244). Sum of RGB (Red+Green+Blue) = 193+235+244=672 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.72% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #C1EBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EBF4 is #3E140B. Grayscale: #DFDFDF. Windows color (decimal): -4068364 or 16051137. OLE color: 16051137.

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

Color convert

RGB193235244-
CMYK0.210.0400.04
HSL190.59º69.86%85.69%-
HSV(B)190.59º20.9%95.69%-
XYZ68.0377.2996.92-
YUV223.47139.59106.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.72%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 244 (95.70% from 255) = 36.31%
R=28.72%
G=34.97%
B=36.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1932352440.210.0400.04190.5969.8685.69
HexC1EBF415404bf4656
Octal30135336425404277106126
Binary1100000111101011111101001010110001001011111110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EBF4; }

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

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

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

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

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

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

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

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