Html Css Color HEX #5FFAEB Baby Blue

📋 copy color: '#5FFAEB'

red 95 ◦ green 250 ◦ blue 235

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

Shades of Baby Blue #5FFAEB

Tints of Baby Blue #5FFAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 16.38%
G = 43.1%
B = 40.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#5FFAEB (or 0x5FFAEB) is known color: Baby Blue. HEX triplet: 5F, FA and EB. RGB value is (95,250,235). Sum of RGB (Red+Green+Blue) = 95+250+235=580 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.38% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAEB is #A00514. Grayscale: #C9C9C9. Windows color (decimal): -10487061 or 15465055. OLE color: 15465055.

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

Color convert

RGB 95 250 235 -
CMYK 0.62 0 0.06 0.02
HSL 174.19º 0.94% 0.68% -
HSV(B) 174.19º 0.62% 0.98% -
XYZ 53.9 76.8 90.58 -
YUV 201.95 146.65 51.72 -
System Red Green Blue C M Y K H S L
Decimal 95 250 235 0.62 0 0.06 0.02 174.19 0.94 0.68
Hex 5F FA EB 3E 0 6 2 AE 5E 44
Octal 137 372 353 76 0 6 2 256 136 104
Binary 1011111 11111010 11101011 111110 0 110 10 10101110 1011110 1000100

Color Harmonies of #5FFAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAEB

Black with #5FFAEB

Text Example


Text Example

White with #5FFAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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