Html Css Color HEX #52F6EC Baby Blue

📋 copy color: '#52F6EC'

red 82 ◦ green 246 ◦ blue 236

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

Shades of Baby Blue #52F6EC

Tints of Baby Blue #52F6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.62%

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 14.54%
G = 43.62%
B = 41.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#52F6EC (or 0x52F6EC) is known color: Baby Blue. HEX triplet: 52, F6 and EC. RGB value is (82,246,236). Sum of RGB (Red+Green+Blue) = 82+246+236=564 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.54% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #52F6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F6EC is #AD0913. Grayscale: #C3C3C3. Windows color (decimal): -11340052 or 15529554. OLE color: 15529554.

HSL color Cylindrical-coordinate representation of color #52F6EC: hue angle of 176.34º 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 #52F6EC is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 236 -
CMYK 0.67 0 0.04 0.04
HSL 176.34º 0.9% 0.64% -
HSV(B) 176.34º 0.67% 0.96% -
XYZ 51.58 73.76 90.88 -
YUV 195.82 150.67 46.81 -
System Red Green Blue C M Y K H S L
Decimal 82 246 236 0.67 0 0.04 0.04 176.34 0.9 0.64
Hex 52 F6 EC 43 0 4 4 B0 5A 40
Octal 122 366 354 103 0 4 4 260 132 100
Binary 1010010 11110110 11101100 1000011 0 100 100 10110000 1011010 1000000

Color Harmonies of #52F6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F6EC

Black with #52F6EC

Text Example


Text Example

White with #52F6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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