Html Css Color HEX #52ABFE Cornflower Blue

📋 copy color: '#52ABFE'

red 82 ◦ green 171 ◦ blue 254

#52ABFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #52ABFE

Tints of Cornflower Blue #52ABFE

RGB

 RED value IS 82 (32.42% from 255) = 16.17%

 GREEN value IS 171 (67.19% from 255) = 33.73%

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 16.17%
G = 33.73%
B = 50.1%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#52ABFE (or 0x52ABFE) is known color: Cornflower Blue. HEX triplet: 52, AB and FE. RGB value is (82,171,254). Sum of RGB (Red+Green+Blue) = 82+171+254=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #52ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ABFE is #AD5401. Grayscale: #999999. Windows color (decimal): -11359234 or 16690002. OLE color: 16690002.

HSL color Cylindrical-coordinate representation of color #52ABFE: hue angle of 208.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52ABFE is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 171 254 -
CMYK 0.68 0.33 0 0.00
HSL 208.95º 0.99% 0.66% -
HSV(B) 208.95º 0.68% 1% -
XYZ 35.93 38.08 99.22 -
YUV 153.85 184.51 76.75 -
System Red Green Blue C M Y K H S L
Decimal 82 171 254 0.68 0.33 0 0.00 208.95 0.99 0.66
Hex 52 AB FE 44 21 0 0 D1 63 42
Octal 122 253 376 104 41 0 0 321 143 102
Binary 1010010 10101011 11111110 1000100 100001 0 0 11010001 1100011 1000010

Color Harmonies of #52ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABFE

Black with #52ABFE

Text Example


Text Example

White with #52ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52ABFE;
 }
 .AnyTagClassName
 {
   color: #52ABFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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