Html Css Color HEX #53FAFE Baby Blue

📋 copy color: '#53FAFE'

red 83 ◦ green 250 ◦ blue 254

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

Shades of Baby Blue #53FAFE

Tints of Baby Blue #53FAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 14.14%
G = 42.59%
B = 43.27%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53FAFE (or 0x53FAFE) is known color: Baby Blue. HEX triplet: 53, FA and FE. RGB value is (83,250,254). Sum of RGB (Red+Green+Blue) = 83+250+254=587 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.14% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #53FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FAFE is #AC0501. Grayscale: #C8C8C8. Windows color (decimal): -11273474 or 16710227. OLE color: 16710227.

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

Color convert

RGB 83 250 254 -
CMYK 0.67 0.02 0 0.00
HSL 181.4º 0.99% 0.66% -
HSV(B) 181.4º 0.67% 1% -
XYZ 55.64 77.37 105.77 -
YUV 200.52 158.17 44.17 -
System Red Green Blue C M Y K H S L
Decimal 83 250 254 0.67 0.02 0 0.00 181.4 0.99 0.66
Hex 53 FA FE 43 2 0 0 B5 63 42
Octal 123 372 376 103 2 0 0 265 143 102
Binary 1010011 11111010 11111110 1000011 10 0 0 10110101 1100011 1000010

Color Harmonies of #53FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FAFE

Black with #53FAFE

Text Example


Text Example

White with #53FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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