Html Css Color HEX #3AC6DC Summer Sky

📋 copy color: '#3AC6DC'

red 58 ◦ green 198 ◦ blue 220

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

Shades of Summer Sky #3AC6DC

Tints of Summer Sky #3AC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.6%

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

R = 12.18%
G = 41.6%
B = 46.22%

CMYK

 C value IS 0.74

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AC6DC (or 0x3AC6DC) is known color: Summer Sky. HEX triplet: 3A, C6 and DC. RGB value is (58,198,220). Sum of RGB (Red+Green+Blue) = 58+198+220=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AC6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC6DC is #C53923. Grayscale: #9E9E9E. Windows color (decimal): -12925220 or 14468666. OLE color: 14468666.

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

Color convert

RGB 58 198 220 -
CMYK 0.74 0.1 0 0.14
HSL 188.15º 0.7% 0.55% -
HSV(B) 188.15º 0.74% 0.86% -
XYZ 34.86 46.46 74.84 -
YUV 158.65 162.62 56.21 -
System Red Green Blue C M Y K H S L
Decimal 58 198 220 0.74 0.1 0 0.14 188.15 0.7 0.55
Hex 3A C6 DC 4A A 0 E BC 46 37
Octal 72 306 334 112 12 0 16 274 106 67
Binary 111010 11000110 11011100 1001010 1010 0 1110 10111100 1000110 110111

Color Harmonies of #3AC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC6DC

Black with #3AC6DC

Text Example


Text Example

White with #3AC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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