Html Css Color HEX #46ADDC Summer Sky

📋 copy color: '#46ADDC'

red 70 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #46ADDC

Tints of Summer Sky #46ADDC

RGB

 RED value IS 70 (27.73% from 255) = 15.12%

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

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

R = 15.12%
G = 37.37%
B = 47.52%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46ADDC (or 0x46ADDC) is known color: Summer Sky. HEX triplet: 46, AD and DC. RGB value is (70,173,220). Sum of RGB (Red+Green+Blue) = 70+173+220=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #46ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ADDC is #B95223. Grayscale: #939393. Windows color (decimal): -12145188 or 14462278. OLE color: 14462278.

HSL color Cylindrical-coordinate representation of color #46ADDC: hue angle of 198.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46ADDC is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 173 220 -
CMYK 0.68 0.21 0 0.14
HSL 198.8º 0.68% 0.57% -
HSV(B) 198.8º 0.68% 0.86% -
XYZ 30.39 36.36 73.13 -
YUV 147.56 168.88 72.68 -
System Red Green Blue C M Y K H S L
Decimal 70 173 220 0.68 0.21 0 0.14 198.8 0.68 0.57
Hex 46 AD DC 44 15 0 E C7 44 39
Octal 106 255 334 104 25 0 16 307 104 71
Binary 1000110 10101101 11011100 1000100 10101 0 1110 11000111 1000100 111001

Color Harmonies of #46ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46ADDC

Black with #46ADDC

Text Example


Text Example

White with #46ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46ADDC; }

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

 H1.HeaderClassName
 {
   color: #46ADDC;
 }
 .AnyTagClassName
 {
   color: #46ADDC;
 }
</style>

background-color css

<style>
 a { background-color: #46ADDC; }

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

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

border-color css

<style>
 span { border-color: #46ADDC; }

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

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