Html Css Color HEX #3AADCD Summer Sky

📋 copy color: '#3AADCD'

red 58 ◦ green 173 ◦ blue 205

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

Shades of Summer Sky #3AADCD

Tints of Summer Sky #3AADCD

RGB

 RED value IS 58 (23.05% from 255) = 13.3%

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 13.3%
G = 39.68%
B = 47.02%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3AADCD (or 0x3AADCD) is known color: Summer Sky. HEX triplet: 3A, AD and CD. RGB value is (58,173,205). Sum of RGB (Red+Green+Blue) = 58+173+205=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #3AADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADCD is #C55232. Grayscale: #8E8E8E. Windows color (decimal): -12931635 or 13479226. OLE color: 13479226.

HSL color Cylindrical-coordinate representation of color #3AADCD: hue angle of 193.06º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AADCD is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 173 205 -
CMYK 0.72 0.16 0 0.20
HSL 193.06º 0.6% 0.52% -
HSV(B) 193.06º 0.72% 0.8% -
XYZ 27.71 35.19 63.09 -
YUV 142.26 163.4 67.9 -
System Red Green Blue C M Y K H S L
Decimal 58 173 205 0.72 0.16 0 0.20 193.06 0.6 0.52
Hex 3A AD CD 48 10 0 14 C1 3C 34
Octal 72 255 315 110 20 0 24 301 74 64
Binary 111010 10101101 11001101 1001000 10000 0 10100 11000001 111100 110100

Color Harmonies of #3AADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADCD

Black with #3AADCD

Text Example


Text Example

White with #3AADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,173,205); }

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

background-color css

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

 a { background-color: rgb(58,173,205); }

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

border-color css

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

 span { border-color: rgb(58,173,205); }

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