Html Css Color HEX #53FCED Baby Blue

📋 copy color: '#53FCED'

red 83 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #53FCED

Tints of Baby Blue #53FCED

RGB

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

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

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

R = 14.51%
G = 44.06%
B = 41.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#53FCED (or 0x53FCED) is known color: Baby Blue. HEX triplet: 53, FC and ED. RGB value is (83,252,237). Sum of RGB (Red+Green+Blue) = 83+252+237=572 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.51% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FCED is #AC0312. Grayscale: #C7C7C7. Windows color (decimal): -11272979 or 15596627. OLE color: 15596627.

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

Color convert

RGB 83 252 237 -
CMYK 0.67 0 0.06 0.01
HSL 174.67º 0.97% 0.66% -
HSV(B) 174.67º 0.67% 0.99% -
XYZ 53.66 77.57 92.27 -
YUV 199.76 149.01 44.72 -
System Red Green Blue C M Y K H S L
Decimal 83 252 237 0.67 0 0.06 0.01 174.67 0.97 0.66
Hex 53 FC ED 43 0 6 1 AF 61 42
Octal 123 374 355 103 0 6 1 257 141 102
Binary 1010011 11111100 11101101 1000011 0 110 1 10101111 1100001 1000010

Color Harmonies of #53FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCED

Black with #53FCED

Text Example


Text Example

White with #53FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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