#C1EAEC

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

Shades of Onahau #C1EAEC

Tints of Onahau #C1EAEC

Color information

#C1EAEC (or 0xC1EAEC) is unknown color: approx Onahau. HEX triplet: C1, EA and EC. RGB value is (193,234,236). Sum of RGB (Red+Green+Blue) = 193+234+236=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1EAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EAEC is #3E1513. Grayscale: #DDDDDD. Windows color (decimal): -4068628 or 15526593. OLE color: 15526593.

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

Color convert

RGB193234236-
CMYK0.180.0100.07
HSL182.79º53.09%84.12%-
HSV(B)182.79º18.22%92.55%-
XYZ66.5676.2490.56-
YUV221.97135.92107.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.11%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=29.11%
G=35.29%
B=35.60%

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
Decimal1932342360.180.0100.07182.7953.0984.12
HexC1EAEC12107b73554
Octal3013523542210726765124
Binary1100000111101010111011001001010111101101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EAEC; }

 p { color: rgb(193,234,236); }

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

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

 a { background-color: rgb(193,234,236); }

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

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

 span { border-color: rgb(193,234,236); }

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