#C3ECF0

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

Shades of Onahau #C3ECF0

Tints of Onahau #C3ECF0

Color information

#C3ECF0 (or 0xC3ECF0) is unknown color: approx Onahau. HEX triplet: C3, EC and F0. RGB value is (195,236,240). Sum of RGB (Red+Green+Blue) = 195+236+240=671 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.06% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3ECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3ECF0 is #3C130F. Grayscale: #E0E0E0. Windows color (decimal): -3937040 or 15789251. OLE color: 15789251.

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

Color convert

RGB195236240-
CMYK0.190.0200.06
HSL185.33º60%85.29%-
HSV(B)185.33º18.75%94.12%-
XYZ68.2377.8893.88-
YUV224.2136.92107.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.06%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=29.06%
G=35.17%
B=35.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952362400.190.0200.06185.336085.29
HexC3ECF013206b93c55
Octal3033543602320627174125
Binary11000011111011001111000010011100110101110011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ECF0; }

 p { color: rgb(195,236,240); }

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

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

 a { background-color: rgb(195,236,240); }

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

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

 span { border-color: rgb(195,236,240); }

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