#52ABFC

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

Shades of Cornflower Blue #52ABFC

Tints of Cornflower Blue #52ABFC

Color information

#52ABFC (or 0x52ABFC) is unknown color: approx Cornflower Blue. HEX triplet: 52, AB and FC. RGB value is (82,171,252). Sum of RGB (Red+Green+Blue) = 82+171+252=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #52ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ABFC is #AD5403. Grayscale: #999999. Windows color (decimal): -11359236 or 16558930. OLE color: 16558930.

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

Color convert

RGB82171252-
CMYK0.670.3200.01
HSL208.59º96.59%65.49%-
HSV(B)208.59º67.46%98.82%-
XYZ35.6137.9597.54-
YUV153.62183.5176.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.24%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 252 (98.83% from 255) = 49.90%
R=16.24%
G=33.86%
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
Decimal821712520.670.3200.01208.5996.5965.49
Hex52ABFC432001d16141
Octal1222533741034001321141101
Binary101001010101011111111001000011100000011101000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52ABFC; }

 p { color: rgb(82,171,252); }

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

<style>
 a { background-color: #52ABFC; }

 a { background-color: rgb(82,171,252); }

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

<style>
 span { border-color: #52ABFC; }

 span { border-color: rgb(82,171,252); }

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