Html Css Color HEX #3AADDC Summer Sky

📋 copy color: '#3AADDC'

red 58 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #3AADDC

Tints of Summer Sky #3AADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 12.86%
G = 38.36%
B = 48.78%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AADDC (or 0x3AADDC) is known color: Summer Sky. HEX triplet: 3A, AD and DC. RGB value is (58,173,220). Sum of RGB (Red+Green+Blue) = 58+173+220=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADDC is #C55223. Grayscale: #8F8F8F. Windows color (decimal): -12931620 or 14462266. OLE color: 14462266.

HSL color Cylindrical-coordinate representation of color #3AADDC: hue angle of 197.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AADDC is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 173 220 -
CMYK 0.74 0.21 0 0.14
HSL 197.41º 0.7% 0.55% -
HSV(B) 197.41º 0.74% 0.86% -
XYZ 29.61 35.95 73.09 -
YUV 143.97 170.9 66.68 -
System Red Green Blue C M Y K H S L
Decimal 58 173 220 0.74 0.21 0 0.14 197.41 0.7 0.55
Hex 3A AD DC 4A 15 0 E C5 46 37
Octal 72 255 334 112 25 0 16 305 106 67
Binary 111010 10101101 11011100 1001010 10101 0 1110 11000101 1000110 110111

Color Harmonies of #3AADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADDC

Black with #3AADDC

Text Example


Text Example

White with #3AADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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