Html Css Color HEX #46BEDB Summer Sky

📋 copy color: '#46BEDB'

red 70 ◦ green 190 ◦ blue 219

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

Shades of Summer Sky #46BEDB

Tints of Summer Sky #46BEDB

RGB

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

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

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

R = 14.61%
G = 39.67%
B = 45.72%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46BEDB (or 0x46BEDB) is known color: Summer Sky. HEX triplet: 46, BE and DB. RGB value is (70,190,219). Sum of RGB (Red+Green+Blue) = 70+190+219=479 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.61% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #46BEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEDB is #B94124. Grayscale: #9D9D9D. Windows color (decimal): -12140837 or 14401094. OLE color: 14401094.

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

Color convert

RGB 70 190 219 -
CMYK 0.68 0.13 0 0.14
HSL 191.68º 0.67% 0.57% -
HSV(B) 191.68º 0.68% 0.86% -
XYZ 33.73 43.24 73.59 -
YUV 157.43 162.74 65.64 -
System Red Green Blue C M Y K H S L
Decimal 70 190 219 0.68 0.13 0 0.14 191.68 0.67 0.57
Hex 46 BE DB 44 D 0 E C0 43 39
Octal 106 276 333 104 15 0 16 300 103 71
Binary 1000110 10111110 11011011 1000100 1101 0 1110 11000000 1000011 111001

Color Harmonies of #46BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BEDB

Black with #46BEDB

Text Example


Text Example

White with #46BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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