#C1ECFD

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

Shades of Onahau #C1ECFD

Tints of Onahau #C1ECFD

Color information

#C1ECFD (or 0xC1ECFD) is unknown color: approx Onahau. HEX triplet: C1, EC and FD. RGB value is (193,236,253). Sum of RGB (Red+Green+Blue) = 193+236+253=682 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.30% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1ECFD is #3E1302. Grayscale: #E0E0E0. Windows color (decimal): -4068099 or 16641217. OLE color: 16641217.

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

Color convert

RGB193236253-
CMYK0.240.0700.01
HSL197º93.75%87.45%-
HSV(B)197º23.72%99.22%-
XYZ69.7278.42104.39-
YUV225.08143.75105.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.30%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=28.30%
G=34.60%
B=37.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932362530.240.0700.0119793.7587.45
HexC1ECFD18701c55e57
Octal30135437530701305136127
Binary11000001111011001111110111000111011100010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ECFD; }

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

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

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

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

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

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

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

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