Html Css Color HEX #46BEDC Summer Sky

📋 copy color: '#46BEDC'

red 70 ◦ green 190 ◦ blue 220

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

Shades of Summer Sky #46BEDC

Tints of Summer Sky #46BEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.58%

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

R = 14.58%
G = 39.58%
B = 45.83%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46BEDC (or 0x46BEDC) is known color: Summer Sky. HEX triplet: 46, BE and DC. RGB value is (70,190,220). Sum of RGB (Red+Green+Blue) = 70+190+220=480 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.58% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #46BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEDC is #B94123. Grayscale: #9D9D9D. Windows color (decimal): -12140836 or 14466630. OLE color: 14466630.

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

Color convert

RGB 70 190 220 -
CMYK 0.68 0.14 0 0.14
HSL 192º 0.68% 0.57% -
HSV(B) 192º 0.68% 0.86% -
XYZ 33.86 43.3 74.28 -
YUV 157.54 163.24 65.56 -
System Red Green Blue C M Y K H S L
Decimal 70 190 220 0.68 0.14 0 0.14 192 0.68 0.57
Hex 46 BE DC 44 E 0 E C0 44 39
Octal 106 276 334 104 16 0 16 300 104 71
Binary 1000110 10111110 11011100 1000100 1110 0 1110 11000000 1000100 111001

Color Harmonies of #46BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BEDC

Black with #46BEDC

Text Example


Text Example

White with #46BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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