Html Css Color HEX #46BBDC Summer Sky

📋 copy color: '#46BBDC'

red 70 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #46BBDC

Tints of Summer Sky #46BBDC

RGB

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

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

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

R = 14.68%
G = 39.2%
B = 46.12%

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

#46BBDC (or 0x46BBDC) is known color: Summer Sky. HEX triplet: 46, BB and DC. RGB value is (70,187,220). Sum of RGB (Red+Green+Blue) = 70+187+220=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #46BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBDC is #B94423. Grayscale: #9B9B9B. Windows color (decimal): -12141604 or 14465862. OLE color: 14465862.

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

Color convert

RGB 70 187 220 -
CMYK 0.68 0.15 0 0.14
HSL 193.2º 0.68% 0.57% -
HSV(B) 193.2º 0.68% 0.86% -
XYZ 33.21 42.01 74.07 -
YUV 155.78 164.24 66.82 -
System Red Green Blue C M Y K H S L
Decimal 70 187 220 0.68 0.15 0 0.14 193.2 0.68 0.57
Hex 46 BB DC 44 F 0 E C1 44 39
Octal 106 273 334 104 17 0 16 301 104 71
Binary 1000110 10111011 11011100 1000100 1111 0 1110 11000001 1000100 111001

Color Harmonies of #46BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BBDC

Black with #46BBDC

Text Example


Text Example

White with #46BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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