Html Css Color HEX #53FEF2 Baby Blue

📋 copy color: '#53FEF2'

red 83 ◦ green 254 ◦ blue 242

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

Shades of Baby Blue #53FEF2

Tints of Baby Blue #53FEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.87%

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

R = 14.34%
G = 43.87%
B = 41.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#53FEF2 (or 0x53FEF2) is known color: Baby Blue. HEX triplet: 53, FE and F2. RGB value is (83,254,242). Sum of RGB (Red+Green+Blue) = 83+254+242=579 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.34% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FEF2 is #AC010D. Grayscale: #C9C9C9. Windows color (decimal): -11272462 or 15924819. OLE color: 15924819.

HSL color Cylindrical-coordinate representation of color #53FEF2: hue angle of 175.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FEF2 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 254 242 -
CMYK 0.67 0 0.05 0.00
HSL 175.79º 0.99% 0.66% -
HSV(B) 175.79º 0.67% 1% -
XYZ 55.04 79.13 96.38 -
YUV 201.5 150.85 43.48 -
System Red Green Blue C M Y K H S L
Decimal 83 254 242 0.67 0 0.05 0.00 175.79 0.99 0.66
Hex 53 FE F2 43 0 5 0 B0 63 42
Octal 123 376 362 103 0 5 0 260 143 102
Binary 1010011 11111110 11110010 1000011 0 101 0 10110000 1100011 1000010

Color Harmonies of #53FEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FEF2

Black with #53FEF2

Text Example


Text Example

White with #53FEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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