Html Css Color HEX #46BBDB Summer Sky

📋 copy color: '#46BBDB'

red 70 ◦ green 187 ◦ blue 219

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

Shades of Summer Sky #46BBDB

Tints of Summer Sky #46BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

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

R = 14.71%
G = 39.29%
B = 46.01%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46BBDB (or 0x46BBDB) is known color: Summer Sky. HEX triplet: 46, BB and DB. RGB value is (70,187,219). Sum of RGB (Red+Green+Blue) = 70+187+219=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #46BBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBDB is #B94424. Grayscale: #9B9B9B. Windows color (decimal): -12141605 or 14400326. OLE color: 14400326.

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

Color convert

RGB 70 187 219 -
CMYK 0.68 0.15 0 0.14
HSL 192.89º 0.67% 0.57% -
HSV(B) 192.89º 0.68% 0.86% -
XYZ 33.08 41.96 73.37 -
YUV 155.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 70 187 219 0.68 0.15 0 0.14 192.89 0.67 0.57
Hex 46 BB DB 44 F 0 E C1 43 39
Octal 106 273 333 104 17 0 16 301 103 71
Binary 1000110 10111011 11011011 1000100 1111 0 1110 11000001 1000011 111001

Color Harmonies of #46BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BBDB

Black with #46BBDB

Text Example


Text Example

White with #46BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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