#65AAFE

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

Shades of Cornflower Blue #65AAFE

Tints of Cornflower Blue #65AAFE

Color information

#65AAFE (or 0x65AAFE) is unknown color: approx Cornflower Blue. HEX triplet: 65, AA and FE. RGB value is (101,170,254). Sum of RGB (Red+Green+Blue) = 101+170+254=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #65AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AAFE is #9A5501. Grayscale: #9E9E9E. Windows color (decimal): -10114306 or 16689765. OLE color: 16689765.

HSL color Cylindrical-coordinate representation of color #65AAFE: hue angle of 212.94º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65AAFE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101170254-
CMYK0.600.3300.00
HSL212.94º98.71%69.61%-
HSV(B)212.94º60.24%99.61%-
XYZ37.6338.6799.25-
YUV158.94181.6486.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.24%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=19.24%
G=32.38%
B=48.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1011702540.600.3300.00212.9498.7169.61
Hex65AAFE3C2100d56346
Octal145252376744100325143106
Binary11001011010101011111110111100100001001101010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,170,254); }

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

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

 a { background-color: rgb(101,170,254); }

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

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

 span { border-color: rgb(101,170,254); }

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