Html Css Color HEX #52ACFF Cornflower Blue

📋 copy color: '#52ACFF'

red 82 ◦ green 172 ◦ blue 255

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

Shades of Cornflower Blue #52ACFF

Tints of Cornflower Blue #52ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.79%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 16.11%
G = 33.79%
B = 50.1%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52ACFF (or 0x52ACFF) is known color: Cornflower Blue. HEX triplet: 52, AC and FF. RGB value is (82,172,255). Sum of RGB (Red+Green+Blue) = 82+172+255=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #52ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ACFF is #AD5300. Grayscale: #9A9A9A. Windows color (decimal): -11358977 or 16755794. OLE color: 16755794.

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

Color convert

RGB 82 172 255 -
CMYK 0.68 0.33 0 0
HSL 208.79º 1% 0.66% -
HSV(B) 208.79º 0.68% 1% -
XYZ 36.28 38.52 100.13 -
YUV 154.55 184.68 76.25 -
System Red Green Blue C M Y K H S L
Decimal 82 172 255 0.68 0.33 0 0 208.79 1 0.66
Hex 52 AC FF 44 21 0 0 D1 64 42
Octal 122 254 377 104 41 0 0 321 144 102
Binary 1010010 10101100 11111111 1000100 100001 0 0 11010001 1100100 1000010

Color Harmonies of #52ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACFF

Black with #52ACFF

Text Example


Text Example

White with #52ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,255); }

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

background-color css

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

 a { background-color: rgb(82,172,255); }

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

border-color css

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

 span { border-color: rgb(82,172,255); }

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