Html Css Color HEX #5AF8F9 Baby Blue

📋 copy color: '#5AF8F9'

red 90 ◦ green 248 ◦ blue 249

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

Shades of Baby Blue #5AF8F9

Tints of Baby Blue #5AF8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.42%

R = 15.33%
G = 42.25%
B = 42.42%

CMYK

 C value IS 0.64

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AF8F9 (or 0x5AF8F9) is known color: Baby Blue. HEX triplet: 5A, F8 and F9. RGB value is (90,248,249). Sum of RGB (Red+Green+Blue) = 90+248+249=587 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.33% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #5AF8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF8F9 is #A50706. Grayscale: #C8C8C8. Windows color (decimal): -10815239 or 16382042. OLE color: 16382042.

HSL color Cylindrical-coordinate representation of color #5AF8F9: hue angle of 180.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF8F9 is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 248 249 -
CMYK 0.64 0.00 0 0.02
HSL 180.38º 0.93% 0.66% -
HSV(B) 180.38º 0.64% 0.98% -
XYZ 54.88 76.15 101.43 -
YUV 200.87 155.15 48.92 -
System Red Green Blue C M Y K H S L
Decimal 90 248 249 0.64 0.00 0 0.02 180.38 0.93 0.66
Hex 5A F8 F9 40 0 0 2 B4 5D 42
Octal 132 370 371 100 0 0 2 264 135 102
Binary 1011010 11111000 11111001 1000000 0 0 10 10110100 1011101 1000010

Color Harmonies of #5AF8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF8F9

Black with #5AF8F9

Text Example


Text Example

White with #5AF8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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