Html Css Color HEX #3DACD1 Summer Sky

📋 copy color: '#3DACD1'

red 61 ◦ green 172 ◦ blue 209

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

Shades of Summer Sky #3DACD1

Tints of Summer Sky #3DACD1

RGB

 RED value IS 61 (24.22% from 255) = 13.8%

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

 BLUE value IS 209 (82.03% from 255) = 47.29%

R = 13.8%
G = 38.91%
B = 47.29%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3DACD1 (or 0x3DACD1) is known color: Summer Sky. HEX triplet: 3D, AC and D1. RGB value is (61,172,209). Sum of RGB (Red+Green+Blue) = 61+172+209=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #3DACD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DACD1 is #C2532E. Grayscale: #8E8E8E. Windows color (decimal): -12735279 or 13741117. OLE color: 13741117.

HSL color Cylindrical-coordinate representation of color #3DACD1: hue angle of 195º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DACD1 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 172 209 -
CMYK 0.71 0.18 0 0.18
HSL 195º 0.62% 0.53% -
HSV(B) 195º 0.71% 0.82% -
XYZ 28.19 35.1 65.61 -
YUV 143.03 165.23 69.49 -
System Red Green Blue C M Y K H S L
Decimal 61 172 209 0.71 0.18 0 0.18 195 0.62 0.53
Hex 3D AC D1 47 12 0 12 C3 3E 35
Octal 75 254 321 107 22 0 22 303 76 65
Binary 111101 10101100 11010001 1000111 10010 0 10010 11000011 111110 110101

Color Harmonies of #3DACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DACD1

Black with #3DACD1

Text Example


Text Example

White with #3DACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,172,209); }

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

background-color css

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

 a { background-color: rgb(61,172,209); }

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

border-color css

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

 span { border-color: rgb(61,172,209); }

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