Html Css Color HEX #3AACDA Summer Sky

📋 copy color: '#3AACDA'

red 58 ◦ green 172 ◦ blue 218

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

Shades of Summer Sky #3AACDA

Tints of Summer Sky #3AACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 12.95%
G = 38.39%
B = 48.66%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3AACDA (or 0x3AACDA) is known color: Summer Sky. HEX triplet: 3A, AC and DA. RGB value is (58,172,218). Sum of RGB (Red+Green+Blue) = 58+172+218=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #3AACDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACDA is #C55325. Grayscale: #8E8E8E. Windows color (decimal): -12931878 or 14330938. OLE color: 14330938.

HSL color Cylindrical-coordinate representation of color #3AACDA: hue angle of 197.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AACDA is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 172 218 -
CMYK 0.73 0.21 0 0.15
HSL 197.25º 0.68% 0.54% -
HSV(B) 197.25º 0.73% 0.85% -
XYZ 29.15 35.47 71.64 -
YUV 143.16 170.23 67.26 -
System Red Green Blue C M Y K H S L
Decimal 58 172 218 0.73 0.21 0 0.15 197.25 0.68 0.54
Hex 3A AC DA 49 15 0 F C5 44 36
Octal 72 254 332 111 25 0 17 305 104 66
Binary 111010 10101100 11011010 1001001 10101 0 1111 11000101 1000100 110110

Color Harmonies of #3AACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACDA

Black with #3AACDA

Text Example


Text Example

White with #3AACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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