Html Css Color HEX #53FFF6 Baby Blue

📋 copy color: '#53FFF6'

red 83 ◦ green 255 ◦ blue 246

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

Shades of Baby Blue #53FFF6

Tints of Baby Blue #53FFF6

RGB

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

 GREEN value IS 255 (100% from 255) = 43.66%

 BLUE value IS 246 (96.48% from 255) = 42.12%

R = 14.21%
G = 43.66%
B = 42.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#53FFF6 (or 0x53FFF6) is known color: Baby Blue. HEX triplet: 53, FF and F6. RGB value is (83,255,246). Sum of RGB (Red+Green+Blue) = 83+255+246=584 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.21% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFF6 is #AC0009. Grayscale: #CACACA. Windows color (decimal): -11272202 or 16187219. OLE color: 16187219.

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

Color convert

RGB 83 255 246 -
CMYK 0.67 0 0.04 0
HSL 176.86º 1% 0.66% -
HSV(B) 176.86º 0.67% 1% -
XYZ 55.96 80.01 99.68 -
YUV 202.55 152.52 42.73 -
System Red Green Blue C M Y K H S L
Decimal 83 255 246 0.67 0 0.04 0 176.86 1 0.66
Hex 53 FF F6 43 0 4 0 B1 64 42
Octal 123 377 366 103 0 4 0 261 144 102
Binary 1010011 11111111 11110110 1000011 0 100 0 10110001 1100100 1000010

Color Harmonies of #53FFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFF6

Black with #53FFF6

Text Example


Text Example

White with #53FFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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