Html Css Color HEX #5AFDE3 Baby Blue

📋 copy color: '#5AFDE3'

red 90 ◦ green 253 ◦ blue 227

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

Shades of Baby Blue #5AFDE3

Tints of Baby Blue #5AFDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.82%

R = 15.79%
G = 44.39%
B = 39.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#5AFDE3 (or 0x5AFDE3) is known color: Baby Blue. HEX triplet: 5A, FD and E3. RGB value is (90,253,227). Sum of RGB (Red+Green+Blue) = 90+253+227=570 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.79% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDE3 is #A5021C. Grayscale: #C9C9C9. Windows color (decimal): -10813981 or 14941530. OLE color: 14941530.

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

Color convert

RGB 90 253 227 -
CMYK 0.64 0 0.10 0.01
HSL 170.43º 0.98% 0.67% -
HSV(B) 170.43º 0.64% 0.99% -
XYZ 53.21 77.97 84.92 -
YUV 201.3 142.5 48.61 -
System Red Green Blue C M Y K H S L
Decimal 90 253 227 0.64 0 0.10 0.01 170.43 0.98 0.67
Hex 5A FD E3 40 0 A 1 AA 62 43
Octal 132 375 343 100 0 12 1 252 142 103
Binary 1011010 11111101 11100011 1000000 0 1010 1 10101010 1100010 1000011

Color Harmonies of #5AFDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFDE3

Black with #5AFDE3

Text Example


Text Example

White with #5AFDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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