#65A1EB

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

Shades of Cornflower Blue #65A1EB

Tints of Cornflower Blue #65A1EB

Color information

#65A1EB (or 0x65A1EB) is unknown color: approx Cornflower Blue. HEX triplet: 65, A1 and EB. RGB value is (101,161,235). Sum of RGB (Red+Green+Blue) = 101+161+235=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #65A1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A1EB is #9A5E14. Grayscale: #979797. Windows color (decimal): -10116629 or 15442277. OLE color: 15442277.

HSL color Cylindrical-coordinate representation of color #65A1EB: hue angle of 213.13º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65A1EB is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101161235-
CMYK0.570.3100.08
HSL213.13º77.01%65.88%-
HSV(B)213.13º57.02%92.16%-
XYZ33.1134.2583.46-
YUV151.5175.1291.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.32%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 235 (92.19% from 255) = 47.28%
R=20.32%
G=32.39%
B=47.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011612350.570.3100.08213.1377.0165.88
Hex65A1EB391F08d54d42
Octal1452413537137010325115102
Binary1100101101000011110101111100111111010001101010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,161,235); }

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

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

 a { background-color: rgb(101,161,235); }

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

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

 span { border-color: rgb(101,161,235); }

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