Html Css Color HEX #53F8F2 Baby Blue

📋 copy color: '#53F8F2'

red 83 ◦ green 248 ◦ blue 242

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

Shades of Baby Blue #53F8F2

Tints of Baby Blue #53F8F2

RGB

 RED value IS 83 (32.81% from 255) = 14.49%

 GREEN value IS 248 (97.27% from 255) = 43.28%

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

R = 14.49%
G = 43.28%
B = 42.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#53F8F2 (or 0x53F8F2) is known color: Baby Blue. HEX triplet: 53, F8 and F2. RGB value is (83,248,242). Sum of RGB (Red+Green+Blue) = 83+248+242=573 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.49% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #53F8F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F8F2 is #AC070D. Grayscale: #C5C5C5. Windows color (decimal): -11273998 or 15923283. OLE color: 15923283.

HSL color Cylindrical-coordinate representation of color #53F8F2: hue angle of 177.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F8F2 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 248 242 -
CMYK 0.67 0 0.02 0.03
HSL 177.82º 0.92% 0.65% -
HSV(B) 177.82º 0.67% 0.97% -
XYZ 53.16 75.38 95.75 -
YUV 197.98 152.84 45.99 -
System Red Green Blue C M Y K H S L
Decimal 83 248 242 0.67 0 0.02 0.03 177.82 0.92 0.65
Hex 53 F8 F2 43 0 2 3 B2 5C 41
Octal 123 370 362 103 0 2 3 262 134 101
Binary 1010011 11111000 11110010 1000011 0 10 11 10110010 1011100 1000001

Color Harmonies of #53F8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F8F2

Black with #53F8F2

Text Example


Text Example

White with #53F8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53F8F2; }

 p { color: rgb(83,248,242); }

 H1.HeaderClassName
 {
   color: #53F8F2;
 }
 .AnyTagClassName
 {
   color: #53F8F2;
 }
</style>

background-color css

<style>
 a { background-color: #53F8F2; }

 a { background-color: rgb(83,248,242); }

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

border-color css

<style>
 span { border-color: #53F8F2; }

 span { border-color: rgb(83,248,242); }

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