Html Css Color HEX #5AF0FE Baby Blue

📋 copy color: '#5AF0FE'

red 90 ◦ green 240 ◦ blue 254

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

Shades of Baby Blue #5AF0FE

Tints of Baby Blue #5AF0FE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.1%

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 15.41%
G = 41.1%
B = 43.49%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5AF0FE (or 0x5AF0FE) is known color: Baby Blue. HEX triplet: 5A, F0 and FE. RGB value is (90,240,254). Sum of RGB (Red+Green+Blue) = 90+240+254=584 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.41% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AF0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF0FE is #A50F01. Grayscale: #C4C4C4. Windows color (decimal): -10817282 or 16707674. OLE color: 16707674.

HSL color Cylindrical-coordinate representation of color #5AF0FE: hue angle of 185.12º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AF0FE is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 240 254 -
CMYK 0.65 0.06 0 0.00
HSL 185.12º 0.99% 0.67% -
HSV(B) 185.12º 0.65% 1% -
XYZ 53.27 71.65 104.79 -
YUV 196.75 160.31 51.86 -
System Red Green Blue C M Y K H S L
Decimal 90 240 254 0.65 0.06 0 0.00 185.12 0.99 0.67
Hex 5A F0 FE 41 6 0 0 B9 63 43
Octal 132 360 376 101 6 0 0 271 143 103
Binary 1011010 11110000 11111110 1000001 110 0 0 10111001 1100011 1000011

Color Harmonies of #5AF0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF0FE

Black with #5AF0FE

Text Example


Text Example

White with #5AF0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,240,254); }

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

background-color css

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

 a { background-color: rgb(90,240,254); }

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

border-color css

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

 span { border-color: rgb(90,240,254); }

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