#53f6f7

Color #53F6F7 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #53F6F7

Tints of Baby Blue #53F6F7

Color information

#53F6F7 (or 0x53F6F7) is unknown color: approx Baby Blue. HEX triplet: 53, F6 and F7. RGB value is (83,246,247). Sum of RGB (Red+Green+Blue) = 83+246+247=576 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.41% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #53F6F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F6F7 is #AC0908. Grayscale: #C5C5C5. Windows color (decimal): -11274505 or 16250451. OLE color: 16250451.

HSL color Cylindrical-coordinate representation of color #53F6F7: hue angle of 180.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F6F7 is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB83246247-
CMYK0.660.0000.03
HSL180.37º91.11%64.71%-
HSV(B)180.37º66.4%96.86%-
XYZ53.3174.4799.56-
YUV197.3815646.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.41%
GREEN value IS 246 (96.48% from 255) = 42.71%
BLUE value IS 247 (96.88% from 255) = 42.88%
R=14.41%
G=42.71%
B=42.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal832462470.660.0000.03180.3791.1164.71
Hex53F6F742003b45b41
Octal123366367102003264133101
Binary10100111111011011110111100001000111011010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53f6f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,246,247); }

 H1.HeaderClassName
 {
   color: #53f6f7;
 }
 .AnyTagClassName
 {
   color: #53f6f7;
 }
</style>
background-color css

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

 a { background-color: rgb(83,246,247); }

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

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

 span { border-color: rgb(83,246,247); }

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