Html Css Color HEX #46ADDB Summer Sky

📋 copy color: '#46ADDB'

red 70 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #46ADDB

Tints of Summer Sky #46ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 15.15%
G = 37.45%
B = 47.4%

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

#46ADDB (or 0x46ADDB) is known color: Summer Sky. HEX triplet: 46, AD and DB. RGB value is (70,173,219). Sum of RGB (Red+Green+Blue) = 70+173+219=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #46ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ADDB is #B95224. Grayscale: #939393. Windows color (decimal): -12145189 or 14396742. OLE color: 14396742.

HSL color Cylindrical-coordinate representation of color #46ADDB: hue angle of 198.52º degrees, saturation: 0.67, 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 #46ADDB is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 173 219 -
CMYK 0.68 0.21 0 0.14
HSL 198.52º 0.67% 0.57% -
HSV(B) 198.52º 0.68% 0.86% -
XYZ 30.26 36.3 72.43 -
YUV 147.45 168.38 72.76 -
System Red Green Blue C M Y K H S L
Decimal 70 173 219 0.68 0.21 0 0.14 198.52 0.67 0.57
Hex 46 AD DB 44 15 0 E C7 43 39
Octal 106 255 333 104 25 0 16 307 103 71
Binary 1000110 10101101 11011011 1000100 10101 0 1110 11000111 1000011 111001

Color Harmonies of #46ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46ADDB

Black with #46ADDB

Text Example


Text Example

White with #46ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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