Html Css Color HEX #53FCE9 Baby Blue

📋 copy color: '#53FCE9'

red 83 ◦ green 252 ◦ blue 233

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

Shades of Baby Blue #53FCE9

Tints of Baby Blue #53FCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.02%

R = 14.61%
G = 44.37%
B = 41.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#53FCE9 (or 0x53FCE9) is known color: Baby Blue. HEX triplet: 53, FC and E9. RGB value is (83,252,233). Sum of RGB (Red+Green+Blue) = 83+252+233=568 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.61% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FCE9 is #AC0316. Grayscale: #C7C7C7. Windows color (decimal): -11272983 or 15334483. OLE color: 15334483.

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

Color convert

RGB 83 252 233 -
CMYK 0.67 0 0.08 0.01
HSL 173.25º 0.97% 0.66% -
HSV(B) 173.25º 0.67% 0.99% -
XYZ 53.09 77.34 89.22 -
YUV 199.3 147.01 45.04 -
System Red Green Blue C M Y K H S L
Decimal 83 252 233 0.67 0 0.08 0.01 173.25 0.97 0.66
Hex 53 FC E9 43 0 8 1 AD 61 42
Octal 123 374 351 103 0 10 1 255 141 102
Binary 1010011 11111100 11101001 1000011 0 1000 1 10101101 1100001 1000010

Color Harmonies of #53FCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCE9

Black with #53FCE9

Text Example


Text Example

White with #53FCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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