Html Css Color HEX #53FBED Baby Blue

📋 copy color: '#53FBED'

red 83 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #53FBED

Tints of Baby Blue #53FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.96%

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 14.54%
G = 43.96%
B = 41.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#53FBED (or 0x53FBED) is known color: Baby Blue. HEX triplet: 53, FB and ED. RGB value is (83,251,237). Sum of RGB (Red+Green+Blue) = 83+251+237=571 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.54% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FBED is #AC0412. Grayscale: #C7C7C7. Windows color (decimal): -11273235 or 15596371. OLE color: 15596371.

HSL color Cylindrical-coordinate representation of color #53FBED: hue angle of 175º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FBED is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 251 237 -
CMYK 0.67 0 0.06 0.02
HSL 175º 0.95% 0.65% -
HSV(B) 175º 0.67% 0.98% -
XYZ 53.35 76.95 92.16 -
YUV 199.17 149.34 45.14 -
System Red Green Blue C M Y K H S L
Decimal 83 251 237 0.67 0 0.06 0.02 175 0.95 0.65
Hex 53 FB ED 43 0 6 2 AF 5F 41
Octal 123 373 355 103 0 6 2 257 137 101
Binary 1010011 11111011 11101101 1000011 0 110 10 10101111 1011111 1000001

Color Harmonies of #53FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FBED

Black with #53FBED

Text Example


Text Example

White with #53FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,251,237); }

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

background-color css

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

 a { background-color: rgb(83,251,237); }

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

border-color css

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

 span { border-color: rgb(83,251,237); }

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