Html Css Color HEX #52EDF6 Baby Blue

📋 copy color: '#52EDF6'

red 82 ◦ green 237 ◦ blue 246

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

Shades of Baby Blue #52EDF6

Tints of Baby Blue #52EDF6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.95%

 BLUE value IS 246 (96.48% from 255) = 43.54%

R = 14.51%
G = 41.95%
B = 43.54%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52EDF6 (or 0x52EDF6) is known color: Baby Blue. HEX triplet: 52, ED and F6. RGB value is (82,237,246). Sum of RGB (Red+Green+Blue) = 82+237+246=565 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.51% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #52EDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EDF6 is #AD1209. Grayscale: #BFBFBF. Windows color (decimal): -11342346 or 16182610. OLE color: 16182610.

HSL color Cylindrical-coordinate representation of color #52EDF6: hue angle of 183.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52EDF6 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 237 246 -
CMYK 0.67 0.04 0 0.04
HSL 183.29º 0.9% 0.64% -
HSV(B) 183.29º 0.67% 0.96% -
XYZ 50.4 69.02 97.85 -
YUV 191.68 158.65 49.77 -
System Red Green Blue C M Y K H S L
Decimal 82 237 246 0.67 0.04 0 0.04 183.29 0.9 0.64
Hex 52 ED F6 43 4 0 4 B7 5A 40
Octal 122 355 366 103 4 0 4 267 132 100
Binary 1010010 11101101 11110110 1000011 100 0 100 10110111 1011010 1000000

Color Harmonies of #52EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EDF6

Black with #52EDF6

Text Example


Text Example

White with #52EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,237,246); }

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

background-color css

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

 a { background-color: rgb(82,237,246); }

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

border-color css

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

 span { border-color: rgb(82,237,246); }

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