Html Css Color HEX #5AFDE7 Baby Blue

📋 copy color: '#5AFDE7'

red 90 ◦ green 253 ◦ blue 231

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

Shades of Baby Blue #5AFDE7

Tints of Baby Blue #5AFDE7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.08%

 BLUE value IS 231 (90.63% from 255) = 40.24%

R = 15.68%
G = 44.08%
B = 40.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#5AFDE7 (or 0x5AFDE7) is known color: Baby Blue. HEX triplet: 5A, FD and E7. RGB value is (90,253,231). Sum of RGB (Red+Green+Blue) = 90+253+231=574 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.68% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDE7 is #A50218. Grayscale: #C9C9C9. Windows color (decimal): -10813977 or 15203674. OLE color: 15203674.

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

Color convert

RGB 90 253 231 -
CMYK 0.64 0 0.09 0.01
HSL 171.9º 0.98% 0.67% -
HSV(B) 171.9º 0.64% 0.99% -
XYZ 53.77 78.19 87.86 -
YUV 201.76 144.5 48.29 -
System Red Green Blue C M Y K H S L
Decimal 90 253 231 0.64 0 0.09 0.01 171.9 0.98 0.67
Hex 5A FD E7 40 0 9 1 AC 62 43
Octal 132 375 347 100 0 11 1 254 142 103
Binary 1011010 11111101 11100111 1000000 0 1001 1 10101100 1100010 1000011

Color Harmonies of #5AFDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFDE7

Black with #5AFDE7

Text Example


Text Example

White with #5AFDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,253,231); }

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

background-color css

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

 a { background-color: rgb(90,253,231); }

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

border-color css

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

 span { border-color: rgb(90,253,231); }

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