Html Css Color HEX #5FFAF0 Baby Blue

📋 copy color: '#5FFAF0'

red 95 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #5FFAF0

Tints of Baby Blue #5FFAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.03%

R = 16.24%
G = 42.74%
B = 41.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#5FFAF0 (or 0x5FFAF0) is known color: Baby Blue. HEX triplet: 5F, FA and F0. RGB value is (95,250,240). Sum of RGB (Red+Green+Blue) = 95+250+240=585 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.24% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAF0 is #A0050F. Grayscale: #CACACA. Windows color (decimal): -10487056 or 15792735. OLE color: 15792735.

HSL color Cylindrical-coordinate representation of color #5FFAF0: hue angle of 176.13º 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 #5FFAF0 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 250 240 -
CMYK 0.62 0 0.04 0.02
HSL 176.13º 0.94% 0.68% -
HSV(B) 176.13º 0.62% 0.98% -
XYZ 54.63 77.1 94.44 -
YUV 202.52 149.15 51.31 -
System Red Green Blue C M Y K H S L
Decimal 95 250 240 0.62 0 0.04 0.02 176.13 0.94 0.68
Hex 5F FA F0 3E 0 4 2 B0 5E 44
Octal 137 372 360 76 0 4 2 260 136 104
Binary 1011111 11111010 11110000 111110 0 100 10 10110000 1011110 1000100

Color Harmonies of #5FFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAF0

Black with #5FFAF0

Text Example


Text Example

White with #5FFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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