Html Css Color HEX #52FAF2 Baby Blue

📋 copy color: '#52FAF2'

red 82 ◦ green 250 ◦ blue 242

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

Shades of Baby Blue #52FAF2

Tints of Baby Blue #52FAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.55%

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 14.29%
G = 43.55%
B = 42.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#52FAF2 (or 0x52FAF2) is known color: Baby Blue. HEX triplet: 52, FA and F2. RGB value is (82,250,242). Sum of RGB (Red+Green+Blue) = 82+250+242=574 (76% of max value = 765). Red value is 82 (32.42% from 255 or 14.29% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FAF2 is #AD050D. Grayscale: #C6C6C6. Windows color (decimal): -11339022 or 15923794. OLE color: 15923794.

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

Color convert

RGB 82 250 242 -
CMYK 0.67 0 0.03 0.02
HSL 177.14º 0.94% 0.65% -
HSV(B) 177.14º 0.67% 0.98% -
XYZ 53.69 76.58 95.96 -
YUV 198.86 152.34 44.65 -
System Red Green Blue C M Y K H S L
Decimal 82 250 242 0.67 0 0.03 0.02 177.14 0.94 0.65
Hex 52 FA F2 43 0 3 2 B1 5E 41
Octal 122 372 362 103 0 3 2 261 136 101
Binary 1010010 11111010 11110010 1000011 0 11 10 10110001 1011110 1000001

Color Harmonies of #52FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FAF2

Black with #52FAF2

Text Example


Text Example

White with #52FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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