Html Css Color HEX #5AF9FC Baby Blue

📋 copy color: '#5AF9FC'

red 90 ◦ green 249 ◦ blue 252

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

Shades of Baby Blue #5AF9FC

Tints of Baby Blue #5AF9FC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.13%

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 15.23%
G = 42.13%
B = 42.64%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5AF9FC (or 0x5AF9FC) is known color: Baby Blue. HEX triplet: 5A, F9 and FC. RGB value is (90,249,252). Sum of RGB (Red+Green+Blue) = 90+249+252=591 (78% of max value = 765). Red value is 90 (35.55% from 255 or 15.23% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AF9FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF9FC is #A50603. Grayscale: #C9C9C9. Windows color (decimal): -10814980 or 16578906. OLE color: 16578906.

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

Color convert

RGB 90 249 252 -
CMYK 0.64 0.01 0 0.01
HSL 181.11º 0.96% 0.67% -
HSV(B) 181.11º 0.64% 0.99% -
XYZ 55.66 76.95 104.02 -
YUV 201.8 156.32 48.26 -
System Red Green Blue C M Y K H S L
Decimal 90 249 252 0.64 0.01 0 0.01 181.11 0.96 0.67
Hex 5A F9 FC 40 1 0 1 B5 60 43
Octal 132 371 374 100 1 0 1 265 140 103
Binary 1011010 11111001 11111100 1000000 1 0 1 10110101 1100000 1000011

Color Harmonies of #5AF9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF9FC

Black with #5AF9FC

Text Example


Text Example

White with #5AF9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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