#65ABF9

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

Shades of Cornflower Blue #65ABF9

Tints of Cornflower Blue #65ABF9

Color information

#65ABF9 (or 0x65ABF9) is unknown color: approx Cornflower Blue. HEX triplet: 65, AB and F9. RGB value is (101,171,249). Sum of RGB (Red+Green+Blue) = 101+171+249=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #65ABF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABF9 is #9A5406. Grayscale: #9E9E9E. Windows color (decimal): -10114055 or 16362341. OLE color: 16362341.

HSL color Cylindrical-coordinate representation of color #65ABF9: hue angle of 211.62º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65ABF9 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101171249-
CMYK0.590.3100.02
HSL211.62º92.5%68.63%-
HSV(B)211.62º59.44%97.65%-
XYZ37.0338.7395.15-
YUV158.96178.8186.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.39%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=19.39%
G=32.82%
B=47.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011712490.590.3100.02211.6292.568.63
Hex65ABF93B1F02d45c45
Octal145253371733702324134105
Binary11001011010101111111001111011111110101101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65ABF9; }

 p { color: rgb(101,171,249); }

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

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

 a { background-color: rgb(101,171,249); }

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

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

 span { border-color: rgb(101,171,249); }

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