Html Css Color HEX #53FEF0 Baby Blue

📋 copy color: '#53FEF0'

red 83 ◦ green 254 ◦ blue 240

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

Shades of Baby Blue #53FEF0

Tints of Baby Blue #53FEF0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.02%

 BLUE value IS 240 (94.14% from 255) = 41.59%

R = 14.38%
G = 44.02%
B = 41.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#53FEF0 (or 0x53FEF0) is known color: Baby Blue. HEX triplet: 53, FE and F0. RGB value is (83,254,240). Sum of RGB (Red+Green+Blue) = 83+254+240=577 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.38% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FEF0 is #AC010F. Grayscale: #C9C9C9. Windows color (decimal): -11272464 or 15793747. OLE color: 15793747.

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

Color convert

RGB 83 254 240 -
CMYK 0.67 0 0.06 0.00
HSL 175.09º 0.99% 0.66% -
HSV(B) 175.09º 0.67% 1% -
XYZ 54.74 79.01 94.8 -
YUV 201.28 149.85 43.64 -
System Red Green Blue C M Y K H S L
Decimal 83 254 240 0.67 0 0.06 0.00 175.09 0.99 0.66
Hex 53 FE F0 43 0 6 0 AF 63 42
Octal 123 376 360 103 0 6 0 257 143 102
Binary 1010011 11111110 11110000 1000011 0 110 0 10101111 1100011 1000010

Color Harmonies of #53FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FEF0

Black with #53FEF0

Text Example


Text Example

White with #53FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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