Html Css Color HEX #5FFAE8 Baby Blue

📋 copy color: '#5FFAE8'

red 95 ◦ green 250 ◦ blue 232

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

Shades of Baby Blue #5FFAE8

Tints of Baby Blue #5FFAE8

RGB

 RED value IS 95 (37.5% from 255) = 16.46%

 GREEN value IS 250 (98.05% from 255) = 43.33%

 BLUE value IS 232 (91.02% from 255) = 40.21%

R = 16.46%
G = 43.33%
B = 40.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#5FFAE8 (or 0x5FFAE8) is known color: Baby Blue. HEX triplet: 5F, FA and E8. RGB value is (95,250,232). Sum of RGB (Red+Green+Blue) = 95+250+232=577 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.46% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAE8 is #A00517. Grayscale: #C9C9C9. Windows color (decimal): -10487064 or 15268447. OLE color: 15268447.

HSL color Cylindrical-coordinate representation of color #5FFAE8: hue angle of 173.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAE8 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 250 232 -
CMYK 0.62 0 0.07 0.02
HSL 173.03º 0.94% 0.68% -
HSV(B) 173.03º 0.62% 0.98% -
XYZ 53.47 76.63 88.32 -
YUV 201.6 145.15 51.96 -
System Red Green Blue C M Y K H S L
Decimal 95 250 232 0.62 0 0.07 0.02 173.03 0.94 0.68
Hex 5F FA E8 3E 0 7 2 AD 5E 44
Octal 137 372 350 76 0 7 2 255 136 104
Binary 1011111 11111010 11101000 111110 0 111 10 10101101 1011110 1000100

Color Harmonies of #5FFAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAE8

Black with #5FFAE8

Text Example


Text Example

White with #5FFAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FFAE8; }

 p { color: rgb(95,250,232); }

 H1.HeaderClassName
 {
   color: #5FFAE8;
 }
 .AnyTagClassName
 {
   color: #5FFAE8;
 }
</style>

background-color css

<style>
 a { background-color: #5FFAE8; }

 a { background-color: rgb(95,250,232); }

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

border-color css

<style>
 span { border-color: #5FFAE8; }

 span { border-color: rgb(95,250,232); }

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