Html Css Color HEX #5FFAE2 Baby Blue

📋 copy color: '#5FFAE2'

red 95 ◦ green 250 ◦ blue 226

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

Shades of Baby Blue #5FFAE2

Tints of Baby Blue #5FFAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.58%

R = 16.64%
G = 43.78%
B = 39.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#5FFAE2 (or 0x5FFAE2) is known color: Baby Blue. HEX triplet: 5F, FA and E2. RGB value is (95,250,226). Sum of RGB (Red+Green+Blue) = 95+250+226=571 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.64% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAE2 is #A0051D. Grayscale: #C8C8C8. Windows color (decimal): -10487070 or 14875231. OLE color: 14875231.

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

Color convert

RGB 95 250 226 -
CMYK 0.62 0 0.10 0.02
HSL 170.71º 0.94% 0.68% -
HSV(B) 170.71º 0.62% 0.98% -
XYZ 52.63 76.3 83.9 -
YUV 200.92 142.15 52.45 -
System Red Green Blue C M Y K H S L
Decimal 95 250 226 0.62 0 0.10 0.02 170.71 0.94 0.68
Hex 5F FA E2 3E 0 A 2 AB 5E 44
Octal 137 372 342 76 0 12 2 253 136 104
Binary 1011111 11111010 11100010 111110 0 1010 10 10101011 1011110 1000100

Color Harmonies of #5FFAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAE2

Black with #5FFAE2

Text Example


Text Example

White with #5FFAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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