#65A9FC

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

Shades of Cornflower Blue #65A9FC

Tints of Cornflower Blue #65A9FC

Color information

#65A9FC (or 0x65A9FC) is unknown color: approx Cornflower Blue. HEX triplet: 65, A9 and FC. RGB value is (101,169,252). Sum of RGB (Red+Green+Blue) = 101+169+252=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #65A9FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A9FC is #9A5603. Grayscale: #9D9D9D. Windows color (decimal): -10114564 or 16558437. OLE color: 16558437.

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

Color convert

RGB101169252-
CMYK0.600.3300.01
HSL212.98º96.18%69.22%-
HSV(B)212.98º59.92%98.82%-
XYZ37.1338.1797.51-
YUV158.13180.9787.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.35%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 252 (98.83% from 255) = 48.28%
R=19.35%
G=32.38%
B=48.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1011692520.600.3300.01212.9896.1869.22
Hex65A9FC3C2101d56045
Octal145251374744101325140105
Binary11001011010100111111100111100100001011101010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,169,252); }

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

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

 a { background-color: rgb(101,169,252); }

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

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

 span { border-color: rgb(101,169,252); }

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