Html Css Color HEX #5AF7FA Baby Blue

📋 copy color: '#5AF7FA'

red 90 ◦ green 247 ◦ blue 250

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

Shades of Baby Blue #5AF7FA

Tints of Baby Blue #5AF7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 15.33%
G = 42.08%
B = 42.59%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AF7FA (or 0x5AF7FA) is known color: Baby Blue. HEX triplet: 5A, F7 and FA. RGB value is (90,247,250). Sum of RGB (Red+Green+Blue) = 90+247+250=587 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.33% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AF7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF7FA is #A50805. Grayscale: #C8C8C8. Windows color (decimal): -10815494 or 16447322. OLE color: 16447322.

HSL color Cylindrical-coordinate representation of color #5AF7FA: hue angle of 181.12º degrees, saturation: 0.94, 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 #5AF7FA is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 247 250 -
CMYK 0.64 0.01 0 0.02
HSL 181.13º 0.94% 0.67% -
HSV(B) 181.13º 0.64% 0.98% -
XYZ 54.73 75.6 102.15 -
YUV 200.4 155.99 49.26 -
System Red Green Blue C M Y K H S L
Decimal 90 247 250 0.64 0.01 0 0.02 181.13 0.94 0.67
Hex 5A F7 FA 40 1 0 2 B5 5E 43
Octal 132 367 372 100 1 0 2 265 136 103
Binary 1011010 11110111 11111010 1000000 1 0 10 10110101 1011110 1000011

Color Harmonies of #5AF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF7FA

Black with #5AF7FA

Text Example


Text Example

White with #5AF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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