Html Css Color HEX #59F7EA Baby Blue

📋 copy color: '#59F7EA'

red 89 ◦ green 247 ◦ blue 234

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

Shades of Baby Blue #59F7EA

Tints of Baby Blue #59F7EA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.33%

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 15.61%
G = 43.33%
B = 41.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#59F7EA (or 0x59F7EA) is known color: Baby Blue. HEX triplet: 59, F7 and EA. RGB value is (89,247,234). Sum of RGB (Red+Green+Blue) = 89+247+234=570 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.61% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #59F7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F7EA is #A60815. Grayscale: #C6C6C6. Windows color (decimal): -10881046 or 15398745. OLE color: 15398745.

HSL color Cylindrical-coordinate representation of color #59F7EA: hue angle of 175.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F7EA is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 247 234 -
CMYK 0.64 0 0.05 0.03
HSL 175.06º 0.91% 0.66% -
HSV(B) 175.06º 0.64% 0.97% -
XYZ 52.23 74.59 89.49 -
YUV 198.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 89 247 234 0.64 0 0.05 0.03 175.06 0.91 0.66
Hex 59 F7 EA 40 0 5 3 AF 5B 42
Octal 131 367 352 100 0 5 3 257 133 102
Binary 1011001 11110111 11101010 1000000 0 101 11 10101111 1011011 1000010

Color Harmonies of #59F7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F7EA

Black with #59F7EA

Text Example


Text Example

White with #59F7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,247,234); }

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

background-color css

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

 a { background-color: rgb(89,247,234); }

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

border-color css

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

 span { border-color: rgb(89,247,234); }

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