Html Css Color HEX #3AADDD Summer Sky

📋 copy color: '#3AADDD'

red 58 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #3AADDD

Tints of Summer Sky #3AADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 12.83%
G = 38.27%
B = 48.89%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AADDD (or 0x3AADDD) is known color: Summer Sky. HEX triplet: 3A, AD and DD. RGB value is (58,173,221). Sum of RGB (Red+Green+Blue) = 58+173+221=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADDD is #C55222. Grayscale: #8F8F8F. Windows color (decimal): -12931619 or 14527802. OLE color: 14527802.

HSL color Cylindrical-coordinate representation of color #3AADDD: hue angle of 197.67º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AADDD is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 173 221 -
CMYK 0.74 0.22 0 0.13
HSL 197.67º 0.71% 0.55% -
HSV(B) 197.67º 0.74% 0.87% -
XYZ 29.74 36.01 73.79 -
YUV 144.09 171.4 66.6 -
System Red Green Blue C M Y K H S L
Decimal 58 173 221 0.74 0.22 0 0.13 197.67 0.71 0.55
Hex 3A AD DD 4A 16 0 D C6 47 37
Octal 72 255 335 112 26 0 15 306 107 67
Binary 111010 10101101 11011101 1001010 10110 0 1101 11000110 1000111 110111

Color Harmonies of #3AADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADDD

Black with #3AADDD

Text Example


Text Example

White with #3AADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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