Html Css Color HEX #3DAACE Summer Sky

📋 copy color: '#3DAACE'

red 61 ◦ green 170 ◦ blue 206

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

Shades of Summer Sky #3DAACE

Tints of Summer Sky #3DAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 13.96%
G = 38.9%
B = 47.14%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3DAACE (or 0x3DAACE) is known color: Summer Sky. HEX triplet: 3D, AA and CE. RGB value is (61,170,206). Sum of RGB (Red+Green+Blue) = 61+170+206=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #3DAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAACE is #C25531. Grayscale: #8D8D8D. Windows color (decimal): -12735794 or 13543997. OLE color: 13543997.

HSL color Cylindrical-coordinate representation of color #3DAACE: hue angle of 194.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DAACE is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 170 206 -
CMYK 0.70 0.17 0 0.19
HSL 194.9º 0.6% 0.52% -
HSV(B) 194.9º 0.7% 0.81% -
XYZ 27.44 34.2 63.55 -
YUV 141.51 164.39 70.57 -
System Red Green Blue C M Y K H S L
Decimal 61 170 206 0.70 0.17 0 0.19 194.9 0.6 0.52
Hex 3D AA CE 46 11 0 13 C3 3C 34
Octal 75 252 316 106 21 0 23 303 74 64
Binary 111101 10101010 11001110 1000110 10001 0 10011 11000011 111100 110100

Color Harmonies of #3DAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAACE

Black with #3DAACE

Text Example


Text Example

White with #3DAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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