#61a5ee

Color #61A5EE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #61A5EE

Tints of Cornflower Blue #61A5EE

Color information

#61A5EE (or 0x61A5EE) is unknown color: approx Cornflower Blue. HEX triplet: 61, A5 and EE. RGB value is (97,165,238). Sum of RGB (Red+Green+Blue) = 97+165+238=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #61A5EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A5EE is #9E5A11. Grayscale: #989898. Windows color (decimal): -10377746 or 15639905. OLE color: 15639905.

HSL color Cylindrical-coordinate representation of color #61A5EE: hue angle of 211.06º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61A5EE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97165238-
CMYK0.590.3100.07
HSL211.06º80.57%65.69%-
HSV(B)211.06º59.24%93.33%-
XYZ33.8235.6285.98-
YUV152.99175.9788.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 238 (93.36% from 255) = 47.6%
R=19.4%
G=33%
B=47.6%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971652380.590.3100.07211.0680.5765.69
Hex61A5EE3B1F07d35142
Octal141245356733707323121102
Binary110000110100101111011101110111111101111101001110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61a5ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61a5ee; }

 p { color: rgb(97,165,238); }

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

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

 a { background-color: rgb(97,165,238); }

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

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

 span { border-color: rgb(97,165,238); }

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