Html Css Color HEX #52FBED Baby Blue

📋 copy color: '#52FBED'

red 82 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #52FBED

Tints of Baby Blue #52FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.04%

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 14.39%
G = 44.04%
B = 41.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#52FBED (or 0x52FBED) is known color: Baby Blue. HEX triplet: 52, FB and ED. RGB value is (82,251,237). Sum of RGB (Red+Green+Blue) = 82+251+237=570 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.39% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FBED is #AD0412. Grayscale: #C6C6C6. Windows color (decimal): -11338771 or 15596370. OLE color: 15596370.

HSL color Cylindrical-coordinate representation of color #52FBED: hue angle of 175.03º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FBED is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 251 237 -
CMYK 0.67 0 0.06 0.02
HSL 175.03º 0.95% 0.65% -
HSV(B) 175.03º 0.67% 0.98% -
XYZ 53.26 76.9 92.16 -
YUV 198.87 149.51 44.64 -
System Red Green Blue C M Y K H S L
Decimal 82 251 237 0.67 0 0.06 0.02 175.03 0.95 0.65
Hex 52 FB ED 43 0 6 2 AF 5F 41
Octal 122 373 355 103 0 6 2 257 137 101
Binary 1010010 11111011 11101101 1000011 0 110 10 10101111 1011111 1000001

Color Harmonies of #52FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FBED

Black with #52FBED

Text Example


Text Example

White with #52FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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