Html Css Color HEX #53FAFF Baby Blue

📋 copy color: '#53FAFF'

red 83 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #53FAFF

Tints of Baby Blue #53FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.52%

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

R = 14.12%
G = 42.52%
B = 43.37%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53FAFF (or 0x53FAFF) is known color: Baby Blue. HEX triplet: 53, FA and FF. RGB value is (83,250,255). Sum of RGB (Red+Green+Blue) = 83+250+255=588 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.12% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #53FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FAFF is #AC0500. Grayscale: #C8C8C8. Windows color (decimal): -11273473 or 16775763. OLE color: 16775763.

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

Color convert

RGB 83 250 255 -
CMYK 0.67 0.02 0 0
HSL 181.74º 1% 0.66% -
HSV(B) 181.74º 0.67% 1% -
XYZ 55.8 77.43 106.61 -
YUV 200.64 158.67 44.09 -
System Red Green Blue C M Y K H S L
Decimal 83 250 255 0.67 0.02 0 0 181.74 1 0.66
Hex 53 FA FF 43 2 0 0 B6 64 42
Octal 123 372 377 103 2 0 0 266 144 102
Binary 1010011 11111010 11111111 1000011 10 0 0 10110110 1100100 1000010

Color Harmonies of #53FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FAFF

Black with #53FAFF

Text Example


Text Example

White with #53FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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