Html Css Color HEX #53FFF5 Baby Blue

📋 copy color: '#53FFF5'

red 83 ◦ green 255 ◦ blue 245

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

Shades of Baby Blue #53FFF5

Tints of Baby Blue #53FFF5

RGB

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

 GREEN value IS 255 (100% from 255) = 43.74%

 BLUE value IS 245 (96.09% from 255) = 42.02%

R = 14.24%
G = 43.74%
B = 42.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#53FFF5 (or 0x53FFF5) is known color: Baby Blue. HEX triplet: 53, FF and F5. RGB value is (83,255,245). Sum of RGB (Red+Green+Blue) = 83+255+245=583 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.24% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFF5 is #AC000A. Grayscale: #CACACA. Windows color (decimal): -11272203 or 16121683. OLE color: 16121683.

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

Color convert

RGB 83 255 245 -
CMYK 0.67 0 0.04 0
HSL 176.51º 1% 0.66% -
HSV(B) 176.51º 0.67% 1% -
XYZ 55.81 79.95 98.88 -
YUV 202.43 152.02 42.81 -
System Red Green Blue C M Y K H S L
Decimal 83 255 245 0.67 0 0.04 0 176.51 1 0.66
Hex 53 FF F5 43 0 4 0 B1 64 42
Octal 123 377 365 103 0 4 0 261 144 102
Binary 1010011 11111111 11110101 1000011 0 100 0 10110001 1100100 1000010

Color Harmonies of #53FFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFF5

Black with #53FFF5

Text Example


Text Example

White with #53FFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,255,245); }

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

background-color css

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

 a { background-color: rgb(83,255,245); }

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

border-color css

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

 span { border-color: rgb(83,255,245); }

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