#C1ECFC

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

Shades of Onahau #C1ECFC

Tints of Onahau #C1ECFC

Color information

#C1ECFC (or 0xC1ECFC) is unknown color: approx Onahau. HEX triplet: C1, EC and FC. RGB value is (193,236,252). Sum of RGB (Red+Green+Blue) = 193+236+252=681 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.34% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1ECFC is #3E1303. Grayscale: #E0E0E0. Windows color (decimal): -4068100 or 16575681. OLE color: 16575681.

HSL color Cylindrical-coordinate representation of color #C1ECFC: hue angle of 196.27º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1ECFC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193236252-
CMYK0.230.0600.01
HSL196.27º90.77%87.25%-
HSV(B)196.27º23.41%98.82%-
XYZ69.5678.36103.55-
YUV224.97143.25105.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.34%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 252 (98.83% from 255) = 37.00%
R=28.34%
G=34.65%
B=37.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932362520.230.0600.01196.2790.7787.25
HexC1ECFC17601c45b57
Octal30135437427601304133127
Binary11000001111011001111110010111110011100010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ECFC; }

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

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

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

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

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

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

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

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