#C5ECFA

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

Shades of Onahau #C5ECFA

Tints of Onahau #C5ECFA

Color information

#C5ECFA (or 0xC5ECFA) is unknown color: approx Onahau. HEX triplet: C5, EC and FA. RGB value is (197,236,250). Sum of RGB (Red+Green+Blue) = 197+236+250=683 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.84% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5ECFA is #3A1305. Grayscale: #E1E1E1. Windows color (decimal): -3805958 or 16444613. OLE color: 16444613.

HSL color Cylindrical-coordinate representation of color #C5ECFA: hue angle of 195.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5ECFA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197236250-
CMYK0.210.0600.02
HSL195.85º84.13%87.65%-
HSV(B)195.85º21.2%98.04%-
XYZ70.2878.76101.94-
YUV225.93141.58107.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.84%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=28.84%
G=34.55%
B=36.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972362500.210.0600.02195.8584.1387.65
HexC5ECFA15602c45458
Octal30535437225602304124130
Binary110001011110110011111010101011100101100010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ECFA; }

 p { color: rgb(197,236,250); }

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

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

 a { background-color: rgb(197,236,250); }

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

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

 span { border-color: rgb(197,236,250); }

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