Html Css Color HEX #5FFDFB Baby Blue

📋 copy color: '#5FFDFB'

red 95 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #5FFDFB

Tints of Baby Blue #5FFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.24%

 BLUE value IS 251 (98.44% from 255) = 41.9%

R = 15.86%
G = 42.24%
B = 41.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#5FFDFB (or 0x5FFDFB) is known color: Baby Blue. HEX triplet: 5F, FD and FB. RGB value is (95,253,251). Sum of RGB (Red+Green+Blue) = 95+253+251=599 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.86% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDFB is #A00204. Grayscale: #CDCDCD. Windows color (decimal): -10486277 or 16514399. OLE color: 16514399.

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

Color convert

RGB 95 253 251 -
CMYK 0.62 0 0.01 0.01
HSL 179.24º 0.98% 0.68% -
HSV(B) 179.24º 0.62% 0.99% -
XYZ 57.26 79.65 103.62 -
YUV 205.53 153.65 49.16 -
System Red Green Blue C M Y K H S L
Decimal 95 253 251 0.62 0 0.01 0.01 179.24 0.98 0.68
Hex 5F FD FB 3E 0 1 1 B3 62 44
Octal 137 375 373 76 0 1 1 263 142 104
Binary 1011111 11111101 11111011 111110 0 1 1 10110011 1100010 1000100

Color Harmonies of #5FFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFDFB

Black with #5FFDFB

Text Example


Text Example

White with #5FFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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