Html Css Color HEX #5AFDF1 Baby Blue

📋 copy color: '#5AFDF1'

red 90 ◦ green 253 ◦ blue 241

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

Shades of Baby Blue #5AFDF1

Tints of Baby Blue #5AFDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.27%

R = 15.41%
G = 43.32%
B = 41.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#5AFDF1 (or 0x5AFDF1) is known color: Baby Blue. HEX triplet: 5A, FD and F1. RGB value is (90,253,241). Sum of RGB (Red+Green+Blue) = 90+253+241=584 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.41% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDF1 is #A5020E. Grayscale: #CACACA. Windows color (decimal): -10813967 or 15859034. OLE color: 15859034.

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

Color convert

RGB 90 253 241 -
CMYK 0.64 0 0.05 0.01
HSL 175.58º 0.98% 0.67% -
HSV(B) 175.58º 0.64% 0.99% -
XYZ 55.22 78.78 95.51 -
YUV 202.9 149.5 47.48 -
System Red Green Blue C M Y K H S L
Decimal 90 253 241 0.64 0 0.05 0.01 175.58 0.98 0.67
Hex 5A FD F1 40 0 5 1 B0 62 43
Octal 132 375 361 100 0 5 1 260 142 103
Binary 1011010 11111101 11110001 1000000 0 101 1 10110000 1100010 1000011

Color Harmonies of #5AFDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFDF1

Black with #5AFDF1

Text Example


Text Example

White with #5AFDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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