Html Css Color HEX #3AAAD5 Summer Sky

📋 copy color: '#3AAAD5'

red 58 ◦ green 170 ◦ blue 213

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

Shades of Summer Sky #3AAAD5

Tints of Summer Sky #3AAAD5

RGB

 RED value IS 58 (23.05% from 255) = 13.15%

 GREEN value IS 170 (66.8% from 255) = 38.55%

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 13.15%
G = 38.55%
B = 48.3%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3AAAD5 (or 0x3AAAD5) is known color: Summer Sky. HEX triplet: 3A, AA and D5. RGB value is (58,170,213). Sum of RGB (Red+Green+Blue) = 58+170+213=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #3AAAD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAAD5 is #C5552A. Grayscale: #8D8D8D. Windows color (decimal): -12932395 or 14002746. OLE color: 14002746.

HSL color Cylindrical-coordinate representation of color #3AAAD5: hue angle of 196.65º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AAAD5 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 170 213 -
CMYK 0.73 0.20 0 0.16
HSL 196.65º 0.65% 0.53% -
HSV(B) 196.65º 0.73% 0.84% -
XYZ 28.13 34.45 68.12 -
YUV 141.41 168.39 68.5 -
System Red Green Blue C M Y K H S L
Decimal 58 170 213 0.73 0.20 0 0.16 196.65 0.65 0.53
Hex 3A AA D5 49 14 0 10 C5 41 35
Octal 72 252 325 111 24 0 20 305 101 65
Binary 111010 10101010 11010101 1001001 10100 0 10000 11000101 1000001 110101

Color Harmonies of #3AAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAAD5

Black with #3AAAD5

Text Example


Text Example

White with #3AAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AAAD5; }

 p { color: rgb(58,170,213); }

 H1.HeaderClassName
 {
   color: #3AAAD5;
 }
 .AnyTagClassName
 {
   color: #3AAAD5;
 }
</style>

background-color css

<style>
 a { background-color: #3AAAD5; }

 a { background-color: rgb(58,170,213); }

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

border-color css

<style>
 span { border-color: #3AAAD5; }

 span { border-color: rgb(58,170,213); }

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