#53ABFD

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

Shades of Cornflower Blue #53ABFD

Tints of Cornflower Blue #53ABFD

Color information

#53ABFD (or 0x53ABFD) is unknown color: approx Cornflower Blue. HEX triplet: 53, AB and FD. RGB value is (83,171,253). Sum of RGB (Red+Green+Blue) = 83+171+253=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #53ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ABFD is #AC5402. Grayscale: #999999. Windows color (decimal): -11293699 or 16624467. OLE color: 16624467.

HSL color Cylindrical-coordinate representation of color #53ABFD: hue angle of 208.94º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53ABFD is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB83171253-
CMYK0.670.3200.01
HSL208.94º97.7%65.88%-
HSV(B)208.94º67.19%99.22%-
XYZ35.8638.0698.38-
YUV154.04183.8577.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.37%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=16.37%
G=33.73%
B=49.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal831712530.670.3200.01208.9497.765.88
Hex53ABFD432001d16242
Octal1232533751034001321142102
Binary101001110101011111111011000011100000011101000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ABFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53ABFD; }

 p { color: rgb(83,171,253); }

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

<style>
 a { background-color: #53ABFD; }

 a { background-color: rgb(83,171,253); }

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

<style>
 span { border-color: #53ABFD; }

 span { border-color: rgb(83,171,253); }

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