Html Css Color HEX #46A8EB Summer Sky

📋 copy color: '#46A8EB'

red 70 ◦ green 168 ◦ blue 235

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

Shades of Summer Sky #46A8EB

Tints of Summer Sky #46A8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 14.8%
G = 35.52%
B = 49.68%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#46A8EB (or 0x46A8EB) is known color: Summer Sky. HEX triplet: 46, A8 and EB. RGB value is (70,168,235). Sum of RGB (Red+Green+Blue) = 70+168+235=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #46A8EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A8EB is #B95714. Grayscale: #919191. Windows color (decimal): -12146453 or 15444038. OLE color: 15444038.

HSL color Cylindrical-coordinate representation of color #46A8EB: hue angle of 204.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46A8EB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 168 235 -
CMYK 0.70 0.29 0 0.08
HSL 204.36º 0.8% 0.6% -
HSV(B) 204.36º 0.7% 0.92% -
XYZ 31.52 35.31 83.75 -
YUV 146.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 70 168 235 0.70 0.29 0 0.08 204.36 0.8 0.6
Hex 46 A8 EB 46 1D 0 8 CC 50 3C
Octal 106 250 353 106 35 0 10 314 120 74
Binary 1000110 10101000 11101011 1000110 11101 0 1000 11001100 1010000 111100

Color Harmonies of #46A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A8EB

Black with #46A8EB

Text Example


Text Example

White with #46A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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