Html Css Color HEX #53FFF8 Baby Blue

📋 copy color: '#53FFF8'

red 83 ◦ green 255 ◦ blue 248

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

Shades of Baby Blue #53FFF8

Tints of Baby Blue #53FFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 14.16%
G = 43.52%
B = 42.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#53FFF8 (or 0x53FFF8) is known color: Baby Blue. HEX triplet: 53, FF and F8. RGB value is (83,255,248). Sum of RGB (Red+Green+Blue) = 83+255+248=586 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.16% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFF8 is #AC0007. Grayscale: #CACACA. Windows color (decimal): -11272200 or 16318291. OLE color: 16318291.

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

Color convert

RGB 83 255 248 -
CMYK 0.67 0 0.03 0
HSL 177.56º 1% 0.66% -
HSV(B) 177.56º 0.67% 1% -
XYZ 56.27 80.14 101.31 -
YUV 202.77 153.52 42.57 -
System Red Green Blue C M Y K H S L
Decimal 83 255 248 0.67 0 0.03 0 177.56 1 0.66
Hex 53 FF F8 43 0 3 0 B2 64 42
Octal 123 377 370 103 0 3 0 262 144 102
Binary 1010011 11111111 11111000 1000011 0 11 0 10110010 1100100 1000010

Color Harmonies of #53FFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFF8

Black with #53FFF8

Text Example


Text Example

White with #53FFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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