Html Css Color HEX #5AFAEE Baby Blue

📋 copy color: '#5AFAEE'

red 90 ◦ green 250 ◦ blue 238

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

Shades of Baby Blue #5AFAEE

Tints of Baby Blue #5AFAEE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.25%

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 15.57%
G = 43.25%
B = 41.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#5AFAEE (or 0x5AFAEE) is known color: Baby Blue. HEX triplet: 5A, FA and EE. RGB value is (90,250,238). Sum of RGB (Red+Green+Blue) = 90+250+238=578 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.57% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFAEE is #A50511. Grayscale: #C8C8C8. Windows color (decimal): -10814738 or 15661658. OLE color: 15661658.

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

Color convert

RGB 90 250 238 -
CMYK 0.64 0 0.05 0.02
HSL 175.5º 0.94% 0.67% -
HSV(B) 175.5º 0.64% 0.98% -
XYZ 53.83 76.72 92.86 -
YUV 200.79 148.99 48.98 -
System Red Green Blue C M Y K H S L
Decimal 90 250 238 0.64 0 0.05 0.02 175.5 0.94 0.67
Hex 5A FA EE 40 0 5 2 B0 5E 43
Octal 132 372 356 100 0 5 2 260 136 103
Binary 1011010 11111010 11101110 1000000 0 101 10 10110000 1011110 1000011

Color Harmonies of #5AFAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFAEE

Black with #5AFAEE

Text Example


Text Example

White with #5AFAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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