Html Css Color HEX #52EAFD Baby Blue

📋 copy color: '#52EAFD'

red 82 ◦ green 234 ◦ blue 253

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

Shades of Baby Blue #52EAFD

Tints of Baby Blue #52EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.12%

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

R = 14.41%
G = 41.12%
B = 44.46%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52EAFD (or 0x52EAFD) is known color: Baby Blue. HEX triplet: 52, EA and FD. RGB value is (82,234,253). Sum of RGB (Red+Green+Blue) = 82+234+253=569 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.41% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #52EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EAFD is #AD1502. Grayscale: #BEBEBE. Windows color (decimal): -11343107 or 16640594. OLE color: 16640594.

HSL color Cylindrical-coordinate representation of color #52EAFD: hue angle of 186.67º 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 #52EAFD is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 234 253 -
CMYK 0.68 0.08 0 0.01
HSL 186.67º 0.98% 0.66% -
HSV(B) 186.67º 0.68% 0.99% -
XYZ 50.63 67.73 103.33 -
YUV 190.72 163.14 50.46 -
System Red Green Blue C M Y K H S L
Decimal 82 234 253 0.68 0.08 0 0.01 186.67 0.98 0.66
Hex 52 EA FD 44 8 0 1 BB 62 42
Octal 122 352 375 104 10 0 1 273 142 102
Binary 1010010 11101010 11111101 1000100 1000 0 1 10111011 1100010 1000010

Color Harmonies of #52EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EAFD

Black with #52EAFD

Text Example


Text Example

White with #52EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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