Html Css Color HEX #5FFBEF Baby Blue

📋 copy color: '#5FFBEF'

red 95 ◦ green 251 ◦ blue 239

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

Shades of Baby Blue #5FFBEF

Tints of Baby Blue #5FFBEF

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 95 251 239 -
CMYK 0.62 0 0.05 0.02
HSL 175.38º 0.95% 0.68% -
HSV(B) 175.38º 0.62% 0.98% -
XYZ 54.8 77.66 93.76 -
YUV 202.99 148.32 50.98 -
System Red Green Blue C M Y K H S L
Decimal 95 251 239 0.62 0 0.05 0.02 175.38 0.95 0.68
Hex 5F FB EF 3E 0 5 2 AF 5F 44
Octal 137 373 357 76 0 5 2 257 137 104
Binary 1011111 11111011 11101111 111110 0 101 10 10101111 1011111 1000100

Color Harmonies of #5FFBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFBEF

Black with #5FFBEF

Text Example


Text Example

White with #5FFBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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