Html Css Color HEX #5AF7FB Baby Blue

📋 copy color: '#5AF7FB'

red 90 ◦ green 247 ◦ blue 251

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

Shades of Baby Blue #5AF7FB

Tints of Baby Blue #5AF7FB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.01%

 BLUE value IS 251 (98.44% from 255) = 42.69%

R = 15.31%
G = 42.01%
B = 42.69%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AF7FB (or 0x5AF7FB) is known color: Baby Blue. HEX triplet: 5A, F7 and FB. RGB value is (90,247,251). Sum of RGB (Red+Green+Blue) = 90+247+251=588 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.31% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AF7FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF7FB is #A50804. Grayscale: #C8C8C8. Windows color (decimal): -10815493 or 16512858. OLE color: 16512858.

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

Color convert

RGB 90 247 251 -
CMYK 0.64 0.02 0 0.02
HSL 181.49º 0.95% 0.67% -
HSV(B) 181.49º 0.64% 0.98% -
XYZ 54.89 75.66 102.98 -
YUV 200.51 156.49 49.17 -
System Red Green Blue C M Y K H S L
Decimal 90 247 251 0.64 0.02 0 0.02 181.49 0.95 0.67
Hex 5A F7 FB 40 2 0 2 B5 5F 43
Octal 132 367 373 100 2 0 2 265 137 103
Binary 1011010 11110111 11111011 1000000 10 0 10 10110101 1011111 1000011

Color Harmonies of #5AF7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF7FB

Black with #5AF7FB

Text Example


Text Example

White with #5AF7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,247,251); }

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

background-color css

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

 a { background-color: rgb(90,247,251); }

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

border-color css

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

 span { border-color: rgb(90,247,251); }

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