Html Css Color HEX #3AACDD Summer Sky

📋 copy color: '#3AACDD'

red 58 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #3AACDD

Tints of Summer Sky #3AACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

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

R = 12.86%
G = 38.14%
B = 49%

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

#3AACDD (or 0x3AACDD) is known color: Summer Sky. HEX triplet: 3A, AC and DD. RGB value is (58,172,221). Sum of RGB (Red+Green+Blue) = 58+172+221=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACDD is #C55322. Grayscale: #8F8F8F. Windows color (decimal): -12931875 or 14527546. OLE color: 14527546.

HSL color Cylindrical-coordinate representation of color #3AACDD: hue angle of 198.04º 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 #3AACDD is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 172 221 -
CMYK 0.74 0.22 0 0.13
HSL 198.04º 0.71% 0.55% -
HSV(B) 198.04º 0.74% 0.87% -
XYZ 29.55 35.63 73.73 -
YUV 143.5 171.73 67.02 -
System Red Green Blue C M Y K H S L
Decimal 58 172 221 0.74 0.22 0 0.13 198.04 0.71 0.55
Hex 3A AC DD 4A 16 0 D C6 47 37
Octal 72 254 335 112 26 0 15 306 107 67
Binary 111010 10101100 11011101 1001010 10110 0 1101 11000110 1000111 110111

Color Harmonies of #3AACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACDD

Black with #3AACDD

Text Example


Text Example

White with #3AACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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