Html Css Color HEX #5FEFFB Baby Blue

📋 copy color: '#5FEFFB'

red 95 ◦ green 239 ◦ blue 251

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

Shades of Baby Blue #5FEFFB

Tints of Baby Blue #5FEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.85%

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

R = 16.24%
G = 40.85%
B = 42.91%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FEFFB (or 0x5FEFFB) is known color: Baby Blue. HEX triplet: 5F, EF and FB. RGB value is (95,239,251). Sum of RGB (Red+Green+Blue) = 95+239+251=585 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.24% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEFFB is #A01004. Grayscale: #C5C5C5. Windows color (decimal): -10489861 or 16510815. OLE color: 16510815.

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

Color convert

RGB 95 239 251 -
CMYK 0.62 0.05 0 0.02
HSL 184.62º 0.95% 0.68% -
HSV(B) 184.62º 0.62% 0.98% -
XYZ 53 71.13 102.2 -
YUV 197.31 158.29 55.02 -
System Red Green Blue C M Y K H S L
Decimal 95 239 251 0.62 0.05 0 0.02 184.62 0.95 0.68
Hex 5F EF FB 3E 5 0 2 B9 5F 44
Octal 137 357 373 76 5 0 2 271 137 104
Binary 1011111 11101111 11111011 111110 101 0 10 10111001 1011111 1000100

Color Harmonies of #5FEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEFFB

Black with #5FEFFB

Text Example


Text Example

White with #5FEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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