Html Css Color HEX #53FDFF Baby Blue

📋 copy color: '#53FDFF'

red 83 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #53FDFF

Tints of Baby Blue #53FDFF

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 83 253 255 -
CMYK 0.67 0.01 0 0
HSL 180.7º 1% 0.66% -
HSV(B) 180.7º 0.67% 1% -
XYZ 56.74 79.31 106.93 -
YUV 202.4 157.68 42.84 -
System Red Green Blue C M Y K H S L
Decimal 83 253 255 0.67 0.01 0 0 180.7 1 0.66
Hex 53 FD FF 43 1 0 0 B5 64 42
Octal 123 375 377 103 1 0 0 265 144 102
Binary 1010011 11111101 11111111 1000011 1 0 0 10110101 1100100 1000010

Color Harmonies of #53FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDFF

Black with #53FDFF

Text Example


Text Example

White with #53FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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