Html Css Color HEX #5AFCE7 Baby Blue

📋 copy color: '#5AFCE7'

red 90 ◦ green 252 ◦ blue 231

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

Shades of Baby Blue #5AFCE7

Tints of Baby Blue #5AFCE7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.98%

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

R = 15.71%
G = 43.98%
B = 40.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#5AFCE7 (or 0x5AFCE7) is known color: Baby Blue. HEX triplet: 5A, FC and E7. RGB value is (90,252,231). Sum of RGB (Red+Green+Blue) = 90+252+231=573 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.71% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFCE7 is #A50318. Grayscale: #C9C9C9. Windows color (decimal): -10814233 or 15203418. OLE color: 15203418.

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

Color convert

RGB 90 252 231 -
CMYK 0.64 0 0.08 0.01
HSL 172.22º 0.96% 0.67% -
HSV(B) 172.22º 0.64% 0.99% -
XYZ 53.45 77.56 87.76 -
YUV 201.17 144.83 48.71 -
System Red Green Blue C M Y K H S L
Decimal 90 252 231 0.64 0 0.08 0.01 172.22 0.96 0.67
Hex 5A FC E7 40 0 8 1 AC 60 43
Octal 132 374 347 100 0 10 1 254 140 103
Binary 1011010 11111100 11100111 1000000 0 1000 1 10101100 1100000 1000011

Color Harmonies of #5AFCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFCE7

Black with #5AFCE7

Text Example


Text Example

White with #5AFCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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