Html Css Color HEX #46A8D5 Summer Sky

📋 copy color: '#46A8D5'

red 70 ◦ green 168 ◦ blue 213

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

Shades of Summer Sky #46A8D5

Tints of Summer Sky #46A8D5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 15.52%
G = 37.25%
B = 47.23%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#46A8D5 (or 0x46A8D5) is known color: Summer Sky. HEX triplet: 46, A8 and D5. RGB value is (70,168,213). Sum of RGB (Red+Green+Blue) = 70+168+213=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #46A8D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A8D5 is #B9572A. Grayscale: #8F8F8F. Windows color (decimal): -12146475 or 14002246. OLE color: 14002246.

HSL color Cylindrical-coordinate representation of color #46A8D5: hue angle of 198.88º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46A8D5 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 168 213 -
CMYK 0.67 0.21 0 0.16
HSL 198.88º 0.63% 0.55% -
HSV(B) 198.88º 0.67% 0.84% -
XYZ 28.54 34.11 68.03 -
YUV 143.83 167.03 75.34 -
System Red Green Blue C M Y K H S L
Decimal 70 168 213 0.67 0.21 0 0.16 198.88 0.63 0.55
Hex 46 A8 D5 43 15 0 10 C7 3F 37
Octal 106 250 325 103 25 0 20 307 77 67
Binary 1000110 10101000 11010101 1000011 10101 0 10000 11000111 111111 110111

Color Harmonies of #46A8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A8D5

Black with #46A8D5

Text Example


Text Example

White with #46A8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,168,213); }

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

background-color css

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

 a { background-color: rgb(70,168,213); }

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

border-color css

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

 span { border-color: rgb(70,168,213); }

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