Html Css Color HEX #52ECFD Baby Blue

📋 copy color: '#52ECFD'

red 82 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #52ECFD

Tints of Baby Blue #52ECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.33%

 BLUE value IS 253 (99.22% from 255) = 44.31%

R = 14.36%
G = 41.33%
B = 44.31%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52ECFD (or 0x52ECFD) is known color: Baby Blue. HEX triplet: 52, EC and FD. RGB value is (82,236,253). Sum of RGB (Red+Green+Blue) = 82+236+253=571 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.36% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #52ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52ECFD is #AD1302. Grayscale: #BFBFBF. Windows color (decimal): -11342595 or 16641106. OLE color: 16641106.

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

Color convert

RGB 82 236 253 -
CMYK 0.68 0.07 0 0.01
HSL 185.96º 0.98% 0.66% -
HSV(B) 185.96º 0.68% 0.99% -
XYZ 51.2 68.88 103.52 -
YUV 191.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 82 236 253 0.68 0.07 0 0.01 185.96 0.98 0.66
Hex 52 EC FD 44 7 0 1 BA 62 42
Octal 122 354 375 104 7 0 1 272 142 102
Binary 1010010 11101100 11111101 1000100 111 0 1 10111010 1100010 1000010

Color Harmonies of #52ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ECFD

Black with #52ECFD

Text Example


Text Example

White with #52ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,236,253); }

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

background-color css

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

 a { background-color: rgb(82,236,253); }

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

border-color css

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

 span { border-color: rgb(82,236,253); }

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