Html Css Color HEX #53FFFD Baby Blue

📋 copy color: '#53FFFD'

red 83 ◦ green 255 ◦ blue 253

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

Shades of Baby Blue #53FFFD

Tints of Baby Blue #53FFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 14.04%
G = 43.15%
B = 42.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#53FFFD (or 0x53FFFD) is known color: Baby Blue. HEX triplet: 53, FF and FD. RGB value is (83,255,253). Sum of RGB (Red+Green+Blue) = 83+255+253=591 (78% of max value = 765). Red value is 83 (32.81% from 255 or 14.04% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFFD is #AC0002. Grayscale: #CBCBCB. Windows color (decimal): -11272195 or 16645971. OLE color: 16645971.

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

Color convert

RGB 83 255 253 -
CMYK 0.67 0 0.01 0
HSL 179.3º 1% 0.66% -
HSV(B) 179.3º 0.67% 1% -
XYZ 57.06 80.45 105.45 -
YUV 203.34 156.02 42.16 -
System Red Green Blue C M Y K H S L
Decimal 83 255 253 0.67 0 0.01 0 179.3 1 0.66
Hex 53 FF FD 43 0 1 0 B3 64 42
Octal 123 377 375 103 0 1 0 263 144 102
Binary 1010011 11111111 11111101 1000011 0 1 0 10110011 1100100 1000010

Color Harmonies of #53FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFFD

Black with #53FFFD

Text Example


Text Example

White with #53FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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