Html Css Color HEX #3DADDC Summer Sky

📋 copy color: '#3DADDC'

red 61 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #3DADDC

Tints of Summer Sky #3DADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

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

R = 13.44%
G = 38.11%
B = 48.46%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DADDC (or 0x3DADDC) is known color: Summer Sky. HEX triplet: 3D, AD and DC. RGB value is (61,173,220). Sum of RGB (Red+Green+Blue) = 61+173+220=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADDC is #C25223. Grayscale: #909090. Windows color (decimal): -12735012 or 14462269. OLE color: 14462269.

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

Color convert

RGB 61 173 220 -
CMYK 0.72 0.21 0 0.14
HSL 197.74º 0.69% 0.55% -
HSV(B) 197.74º 0.72% 0.86% -
XYZ 29.79 36.05 73.1 -
YUV 144.87 170.39 68.18 -
System Red Green Blue C M Y K H S L
Decimal 61 173 220 0.72 0.21 0 0.14 197.74 0.69 0.55
Hex 3D AD DC 48 15 0 E C6 45 37
Octal 75 255 334 110 25 0 16 306 105 67
Binary 111101 10101101 11011100 1001000 10101 0 1110 11000110 1000101 110111

Color Harmonies of #3DADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DADDC

Black with #3DADDC

Text Example


Text Example

White with #3DADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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