Html Css Color HEX #46B3DB Summer Sky

📋 copy color: '#46B3DB'

red 70 ◦ green 179 ◦ blue 219

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

Shades of Summer Sky #46B3DB

Tints of Summer Sky #46B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.25%

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

R = 14.96%
G = 38.25%
B = 46.79%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46B3DB (or 0x46B3DB) is known color: Summer Sky. HEX triplet: 46, B3 and DB. RGB value is (70,179,219). Sum of RGB (Red+Green+Blue) = 70+179+219=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #46B3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B3DB is #B94C24. Grayscale: #969696. Windows color (decimal): -12143653 or 14398278. OLE color: 14398278.

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

Color convert

RGB 70 179 219 -
CMYK 0.68 0.18 0 0.14
HSL 196.11º 0.67% 0.57% -
HSV(B) 196.11º 0.68% 0.86% -
XYZ 31.43 38.66 72.82 -
YUV 150.97 166.39 70.25 -
System Red Green Blue C M Y K H S L
Decimal 70 179 219 0.68 0.18 0 0.14 196.11 0.67 0.57
Hex 46 B3 DB 44 12 0 E C4 43 39
Octal 106 263 333 104 22 0 16 304 103 71
Binary 1000110 10110011 11011011 1000100 10010 0 1110 11000100 1000011 111001

Color Harmonies of #46B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B3DB

Black with #46B3DB

Text Example


Text Example

White with #46B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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