Html Css Color HEX #3DAADC Summer Sky

📋 copy color: '#3DAADC'

red 61 ◦ green 170 ◦ blue 220

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

Shades of Summer Sky #3DAADC

Tints of Summer Sky #3DAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.69%

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

R = 13.53%
G = 37.69%
B = 48.78%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DAADC (or 0x3DAADC) is known color: Summer Sky. HEX triplet: 3D, AA and DC. RGB value is (61,170,220). Sum of RGB (Red+Green+Blue) = 61+170+220=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAADC is #C25523. Grayscale: #8E8E8E. Windows color (decimal): -12735780 or 14461501. OLE color: 14461501.

HSL color Cylindrical-coordinate representation of color #3DAADC: hue angle of 198.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAADC is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 170 220 -
CMYK 0.72 0.23 0 0.14
HSL 198.87º 0.69% 0.55% -
HSV(B) 198.87º 0.72% 0.86% -
XYZ 29.22 34.91 72.91 -
YUV 143.11 171.39 69.43 -
System Red Green Blue C M Y K H S L
Decimal 61 170 220 0.72 0.23 0 0.14 198.87 0.69 0.55
Hex 3D AA DC 48 17 0 E C7 45 37
Octal 75 252 334 110 27 0 16 307 105 67
Binary 111101 10101010 11011100 1001000 10111 0 1110 11000111 1000101 110111

Color Harmonies of #3DAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAADC

Black with #3DAADC

Text Example


Text Example

White with #3DAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,170,220); }

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

background-color css

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

 a { background-color: rgb(61,170,220); }

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

border-color css

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

 span { border-color: rgb(61,170,220); }

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