Html Css Color HEX #3DACE0 Summer Sky

📋 copy color: '#3DACE0'

red 61 ◦ green 172 ◦ blue 224

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

Shades of Summer Sky #3DACE0

Tints of Summer Sky #3DACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.02%

R = 13.35%
G = 37.64%
B = 49.02%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3DACE0 (or 0x3DACE0) is known color: Summer Sky. HEX triplet: 3D, AC and E0. RGB value is (61,172,224). Sum of RGB (Red+Green+Blue) = 61+172+224=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #3DACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DACE0 is #C2531F. Grayscale: #909090. Windows color (decimal): -12735264 or 14724157. OLE color: 14724157.

HSL color Cylindrical-coordinate representation of color #3DACE0: hue angle of 199.14º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DACE0 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 172 224 -
CMYK 0.73 0.23 0 0.12
HSL 199.14º 0.72% 0.56% -
HSV(B) 199.14º 0.73% 0.88% -
XYZ 30.13 35.88 75.86 -
YUV 144.74 172.73 68.27 -
System Red Green Blue C M Y K H S L
Decimal 61 172 224 0.73 0.23 0 0.12 199.14 0.72 0.56
Hex 3D AC E0 49 17 0 C C7 48 38
Octal 75 254 340 111 27 0 14 307 110 70
Binary 111101 10101100 11100000 1001001 10111 0 1100 11000111 1001000 111000

Color Harmonies of #3DACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DACE0

Black with #3DACE0

Text Example


Text Example

White with #3DACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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