Html Css Color HEX #3AACD6 Summer Sky

📋 copy color: '#3AACD6'

red 58 ◦ green 172 ◦ blue 214

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

Shades of Summer Sky #3AACD6

Tints of Summer Sky #3AACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.2%

R = 13.06%
G = 38.74%
B = 48.2%

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

#3AACD6 (or 0x3AACD6) is known color: Summer Sky. HEX triplet: 3A, AC and D6. RGB value is (58,172,214). Sum of RGB (Red+Green+Blue) = 58+172+214=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #3AACD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACD6 is #C55329. Grayscale: #8E8E8E. Windows color (decimal): -12931882 or 14068794. OLE color: 14068794.

HSL color Cylindrical-coordinate representation of color #3AACD6: hue angle of 196.15º degrees, saturation: 0.66, 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 #3AACD6 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 172 214 -
CMYK 0.73 0.20 0 0.16
HSL 196.15º 0.66% 0.53% -
HSV(B) 196.15º 0.73% 0.84% -
XYZ 28.64 35.26 68.91 -
YUV 142.7 168.23 67.58 -
System Red Green Blue C M Y K H S L
Decimal 58 172 214 0.73 0.20 0 0.16 196.15 0.66 0.53
Hex 3A AC D6 49 14 0 10 C4 42 35
Octal 72 254 326 111 24 0 20 304 102 65
Binary 111010 10101100 11010110 1001001 10100 0 10000 11000100 1000010 110101

Color Harmonies of #3AACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACD6

Black with #3AACD6

Text Example


Text Example

White with #3AACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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