Html Css Color HEX #52EEFA Baby Blue

📋 copy color: '#52EEFA'

red 82 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #52EEFA

Tints of Baby Blue #52EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.75%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 14.39%
G = 41.75%
B = 43.86%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52EEFA (or 0x52EEFA) is known color: Baby Blue. HEX triplet: 52, EE and FA. RGB value is (82,238,250). Sum of RGB (Red+Green+Blue) = 82+238+250=570 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.39% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #52EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EEFA is #AD1105. Grayscale: #C0C0C0. Windows color (decimal): -11342086 or 16445010. OLE color: 16445010.

HSL color Cylindrical-coordinate representation of color #52EEFA: hue angle of 184.29º degrees, saturation: 0.94, 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 #52EEFA is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 238 250 -
CMYK 0.67 0.05 0 0.02
HSL 184.29º 0.94% 0.65% -
HSV(B) 184.29º 0.67% 0.98% -
XYZ 51.31 69.85 101.22 -
YUV 192.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 82 238 250 0.67 0.05 0 0.02 184.29 0.94 0.65
Hex 52 EE FA 43 5 0 2 B8 5E 41
Octal 122 356 372 103 5 0 2 270 136 101
Binary 1010010 11101110 11111010 1000011 101 0 10 10111000 1011110 1000001

Color Harmonies of #52EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EEFA

Black with #52EEFA

Text Example


Text Example

White with #52EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,238,250); }

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

background-color css

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

 a { background-color: rgb(82,238,250); }

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

border-color css

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

 span { border-color: rgb(82,238,250); }

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