Html Css Color HEX #53FCF0 Baby Blue

📋 copy color: '#53FCF0'

red 83 ◦ green 252 ◦ blue 240

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

Shades of Baby Blue #53FCF0

Tints of Baby Blue #53FCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.83%

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

R = 14.43%
G = 43.83%
B = 41.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#53FCF0 (or 0x53FCF0) is known color: Baby Blue. HEX triplet: 53, FC and F0. RGB value is (83,252,240). Sum of RGB (Red+Green+Blue) = 83+252+240=575 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.43% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FCF0 is #AC030F. Grayscale: #C7C7C7. Windows color (decimal): -11272976 or 15793235. OLE color: 15793235.

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

Color convert

RGB 83 252 240 -
CMYK 0.67 0 0.05 0.01
HSL 175.74º 0.97% 0.66% -
HSV(B) 175.74º 0.67% 0.99% -
XYZ 54.11 77.75 94.59 -
YUV 200.1 150.51 44.48 -
System Red Green Blue C M Y K H S L
Decimal 83 252 240 0.67 0 0.05 0.01 175.74 0.97 0.66
Hex 53 FC F0 43 0 5 1 B0 61 42
Octal 123 374 360 103 0 5 1 260 141 102
Binary 1010011 11111100 11110000 1000011 0 101 1 10110000 1100001 1000010

Color Harmonies of #53FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCF0

Black with #53FCF0

Text Example


Text Example

White with #53FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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