Html Css Color HEX #3AC1DC Summer Sky

📋 copy color: '#3AC1DC'

red 58 ◦ green 193 ◦ blue 220

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

Shades of Summer Sky #3AC1DC

Tints of Summer Sky #3AC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

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

R = 12.31%
G = 40.98%
B = 46.71%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AC1DC (or 0x3AC1DC) is known color: Summer Sky. HEX triplet: 3A, C1 and DC. RGB value is (58,193,220). Sum of RGB (Red+Green+Blue) = 58+193+220=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AC1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC1DC is #C53E23. Grayscale: #9B9B9B. Windows color (decimal): -12926500 or 14467386. OLE color: 14467386.

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

Color convert

RGB 58 193 220 -
CMYK 0.74 0.12 0 0.14
HSL 190º 0.7% 0.55% -
HSV(B) 190º 0.74% 0.86% -
XYZ 33.73 44.21 74.46 -
YUV 155.71 164.27 58.3 -
System Red Green Blue C M Y K H S L
Decimal 58 193 220 0.74 0.12 0 0.14 190 0.7 0.55
Hex 3A C1 DC 4A C 0 E BE 46 37
Octal 72 301 334 112 14 0 16 276 106 67
Binary 111010 11000001 11011100 1001010 1100 0 1110 10111110 1000110 110111

Color Harmonies of #3AC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC1DC

Black with #3AC1DC

Text Example


Text Example

White with #3AC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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