Html Css Color HEX #59FEFD Baby Blue

📋 copy color: '#59FEFD'

red 89 ◦ green 254 ◦ blue 253

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

Shades of Baby Blue #59FEFD

Tints of Baby Blue #59FEFD

RGB

 RED value IS 89 (35.16% from 255) = 14.93%

 GREEN value IS 254 (99.61% from 255) = 42.62%

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 14.93%
G = 42.62%
B = 42.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#59FEFD (or 0x59FEFD) is known color: Baby Blue. HEX triplet: 59, FE and FD. RGB value is (89,254,253). Sum of RGB (Red+Green+Blue) = 89+254+253=596 (78% of max value = 765). Red value is 89 (35.16% from 255 or 14.93% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #59FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FEFD is #A60102. Grayscale: #CCCCCC. Windows color (decimal): -10879235 or 16645721. OLE color: 16645721.

HSL color Cylindrical-coordinate representation of color #59FEFD: hue angle of 179.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FEFD is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 254 253 -
CMYK 0.65 0 0.00 0.00
HSL 179.64º 0.99% 0.67% -
HSV(B) 179.64º 0.65% 1% -
XYZ 57.29 80.1 105.37 -
YUV 204.55 155.34 45.58 -
System Red Green Blue C M Y K H S L
Decimal 89 254 253 0.65 0 0.00 0.00 179.64 0.99 0.67
Hex 59 FE FD 41 0 0 0 B4 63 43
Octal 131 376 375 101 0 0 0 264 143 103
Binary 1011001 11111110 11111101 1000001 0 0 0 10110100 1100011 1000011

Color Harmonies of #59FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FEFD

Black with #59FEFD

Text Example


Text Example

White with #59FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59FEFD; }

 p { color: rgb(89,254,253); }

 H1.HeaderClassName
 {
   color: #59FEFD;
 }
 .AnyTagClassName
 {
   color: #59FEFD;
 }
</style>

background-color css

<style>
 a { background-color: #59FEFD; }

 a { background-color: rgb(89,254,253); }

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

border-color css

<style>
 span { border-color: #59FEFD; }

 span { border-color: rgb(89,254,253); }

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