Html Css Color HEX #5AF8EB Baby Blue

📋 copy color: '#5AF8EB'

red 90 ◦ green 248 ◦ blue 235

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

Shades of Baby Blue #5AF8EB

Tints of Baby Blue #5AF8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 15.71%
G = 43.28%
B = 41.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#5AF8EB (or 0x5AF8EB) is known color: Baby Blue. HEX triplet: 5A, F8 and EB. RGB value is (90,248,235). Sum of RGB (Red+Green+Blue) = 90+248+235=573 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.71% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF8EB is #A50714. Grayscale: #C7C7C7. Windows color (decimal): -10815253 or 15464538. OLE color: 15464538.

HSL color Cylindrical-coordinate representation of color #5AF8EB: hue angle of 175.06º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF8EB is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 248 235 -
CMYK 0.64 0 0.05 0.03
HSL 175.06º 0.92% 0.66% -
HSV(B) 175.06º 0.64% 0.97% -
XYZ 52.78 75.31 90.35 -
YUV 199.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 90 248 235 0.64 0 0.05 0.03 175.06 0.92 0.66
Hex 5A F8 EB 40 0 5 3 AF 5C 42
Octal 132 370 353 100 0 5 3 257 134 102
Binary 1011010 11111000 11101011 1000000 0 101 11 10101111 1011100 1000010

Color Harmonies of #5AF8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF8EB

Black with #5AF8EB

Text Example


Text Example

White with #5AF8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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