Html Css Color HEX #5FFAFD Baby Blue

📋 copy color: '#5FFAFD'

red 95 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #5FFAFD

Tints of Baby Blue #5FFAFD

RGB

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

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

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

R = 15.89%
G = 41.81%
B = 42.31%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FFAFD (or 0x5FFAFD) is known color: Baby Blue. HEX triplet: 5F, FA and FD. RGB value is (95,250,253). Sum of RGB (Red+Green+Blue) = 95+250+253=598 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.89% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FFAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAFD is #A00502. Grayscale: #CBCBCB. Windows color (decimal): -10487043 or 16644703. OLE color: 16644703.

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

Color convert

RGB 95 250 253 -
CMYK 0.62 0.01 0 0.01
HSL 181.14º 0.98% 0.68% -
HSV(B) 181.14º 0.62% 0.99% -
XYZ 56.63 77.9 104.98 -
YUV 204 155.65 50.26 -
System Red Green Blue C M Y K H S L
Decimal 95 250 253 0.62 0.01 0 0.01 181.14 0.98 0.68
Hex 5F FA FD 3E 1 0 1 B5 62 44
Octal 137 372 375 76 1 0 1 265 142 104
Binary 1011111 11111010 11111101 111110 1 0 1 10110101 1100010 1000100

Color Harmonies of #5FFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAFD

Black with #5FFAFD

Text Example


Text Example

White with #5FFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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