Html Css Color HEX #3AACDC Summer Sky

📋 copy color: '#3AACDC'

red 58 ◦ green 172 ◦ blue 220

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

Shades of Summer Sky #3AACDC

Tints of Summer Sky #3AACDC

RGB

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

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

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

R = 12.89%
G = 38.22%
B = 48.89%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AACDC (or 0x3AACDC) is known color: Summer Sky. HEX triplet: 3A, AC and DC. RGB value is (58,172,220). Sum of RGB (Red+Green+Blue) = 58+172+220=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACDC is #C55323. Grayscale: #8F8F8F. Windows color (decimal): -12931876 or 14462010. OLE color: 14462010.

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

Color convert

RGB 58 172 220 -
CMYK 0.74 0.22 0 0.14
HSL 197.78º 0.7% 0.55% -
HSV(B) 197.78º 0.74% 0.86% -
XYZ 29.42 35.57 73.03 -
YUV 143.39 171.23 67.1 -
System Red Green Blue C M Y K H S L
Decimal 58 172 220 0.74 0.22 0 0.14 197.78 0.7 0.55
Hex 3A AC DC 4A 16 0 E C6 46 37
Octal 72 254 334 112 26 0 16 306 106 67
Binary 111010 10101100 11011100 1001010 10110 0 1110 11000110 1000110 110111

Color Harmonies of #3AACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACDC

Black with #3AACDC

Text Example


Text Example

White with #3AACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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