Html Css Color HEX #53FEF6 Baby Blue

📋 copy color: '#53FEF6'

red 83 ◦ green 254 ◦ blue 246

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

Shades of Baby Blue #53FEF6

Tints of Baby Blue #53FEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.2%

R = 14.24%
G = 43.57%
B = 42.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#53FEF6 (or 0x53FEF6) is known color: Baby Blue. HEX triplet: 53, FE and F6. RGB value is (83,254,246). Sum of RGB (Red+Green+Blue) = 83+254+246=583 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.24% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FEF6 is #AC0109. Grayscale: #C9C9C9. Windows color (decimal): -11272458 or 16186963. OLE color: 16186963.

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

Color convert

RGB 83 254 246 -
CMYK 0.67 0 0.03 0.00
HSL 177.19º 0.99% 0.66% -
HSV(B) 177.19º 0.67% 1% -
XYZ 55.64 79.38 99.58 -
YUV 201.96 152.85 43.15 -
System Red Green Blue C M Y K H S L
Decimal 83 254 246 0.67 0 0.03 0.00 177.19 0.99 0.66
Hex 53 FE F6 43 0 3 0 B1 63 42
Octal 123 376 366 103 0 3 0 261 143 102
Binary 1010011 11111110 11110110 1000011 0 11 0 10110001 1100011 1000010

Color Harmonies of #53FEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FEF6

Black with #53FEF6

Text Example


Text Example

White with #53FEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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