#C1E3EF

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

Shades of Onahau #C1E3EF

Tints of Onahau #C1E3EF

Color information

#C1E3EF (or 0xC1E3EF) is unknown color: approx Onahau. HEX triplet: C1, E3 and EF. RGB value is (193,227,239). Sum of RGB (Red+Green+Blue) = 193+227+239=659 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.29% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E3EF is #3E1C10. Grayscale: #DADADA. Windows color (decimal): -4070417 or 15721409. OLE color: 15721409.

HSL color Cylindrical-coordinate representation of color #C1E3EF: hue angle of 195.65º degrees, saturation: 0.59, 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 #C1E3EF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193227239-
CMYK0.190.0500.06
HSL195.65º58.97%84.71%-
HSV(B)195.65º19.25%93.73%-
XYZ65.0472.5192.23-
YUV218.2139.74110.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.29%
GREEN value IS 227 (89.06% from 255) = 34.45%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=29.29%
G=34.45%
B=36.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1932272390.190.0500.06195.6558.9784.71
HexC1E3EF13506c43b55
Octal3013433572350630473125
Binary110000011110001111101111100111010110110001001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E3EF; }

 p { color: rgb(193,227,239); }

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

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

 a { background-color: rgb(193,227,239); }

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

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

 span { border-color: rgb(193,227,239); }

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