Html Css Color HEX #5AF8F1 Baby Blue

📋 copy color: '#5AF8F1'

red 90 ◦ green 248 ◦ blue 241

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

Shades of Baby Blue #5AF8F1

Tints of Baby Blue #5AF8F1

RGB

 RED value IS 90 (35.55% from 255) = 15.54%

 GREEN value IS 248 (97.27% from 255) = 42.83%

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 15.54%
G = 42.83%
B = 41.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#5AF8F1 (or 0x5AF8F1) is known color: Baby Blue. HEX triplet: 5A, F8 and F1. RGB value is (90,248,241). Sum of RGB (Red+Green+Blue) = 90+248+241=579 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.54% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF8F1 is #A5070E. Grayscale: #C7C7C7. Windows color (decimal): -10815247 or 15857754. OLE color: 15857754.

HSL color Cylindrical-coordinate representation of color #5AF8F1: hue angle of 177.34º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF8F1 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 248 241 -
CMYK 0.64 0 0.03 0.03
HSL 177.34º 0.92% 0.66% -
HSV(B) 177.34º 0.64% 0.97% -
XYZ 53.66 75.66 94.99 -
YUV 199.96 151.15 49.57 -
System Red Green Blue C M Y K H S L
Decimal 90 248 241 0.64 0 0.03 0.03 177.34 0.92 0.66
Hex 5A F8 F1 40 0 3 3 B1 5C 42
Octal 132 370 361 100 0 3 3 261 134 102
Binary 1011010 11111000 11110001 1000000 0 11 11 10110001 1011100 1000010

Color Harmonies of #5AF8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF8F1

Black with #5AF8F1

Text Example


Text Example

White with #5AF8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,248,241); }

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

background-color css

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

 a { background-color: rgb(90,248,241); }

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

border-color css

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

 span { border-color: rgb(90,248,241); }

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