Html Css Color HEX #3AADD2 Summer Sky

📋 copy color: '#3AADD2'

red 58 ◦ green 173 ◦ blue 210

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

Shades of Summer Sky #3AADD2

Tints of Summer Sky #3AADD2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 210 (82.42% from 255) = 47.62%

R = 13.15%
G = 39.23%
B = 47.62%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3AADD2 (or 0x3AADD2) is known color: Summer Sky. HEX triplet: 3A, AD and D2. RGB value is (58,173,210). Sum of RGB (Red+Green+Blue) = 58+173+210=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 210 - color contains mainly: blue. Hex color #3AADD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADD2 is #C5522D. Grayscale: #8E8E8E. Windows color (decimal): -12931630 or 13806906. OLE color: 13806906.

HSL color Cylindrical-coordinate representation of color #3AADD2: hue angle of 194.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AADD2 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 173 210 -
CMYK 0.72 0.18 0 0.18
HSL 194.61º 0.63% 0.53% -
HSV(B) 194.61º 0.72% 0.82% -
XYZ 28.32 35.44 66.32 -
YUV 142.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 58 173 210 0.72 0.18 0 0.18 194.61 0.63 0.53
Hex 3A AD D2 48 12 0 12 C3 3F 35
Octal 72 255 322 110 22 0 22 303 77 65
Binary 111010 10101101 11010010 1001000 10010 0 10010 11000011 111111 110101

Color Harmonies of #3AADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADD2

Black with #3AADD2

Text Example


Text Example

White with #3AADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,173,210); }

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

background-color css

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

 a { background-color: rgb(58,173,210); }

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

border-color css

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

 span { border-color: rgb(58,173,210); }

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