Html Css Color HEX #46BCDF Summer Sky

📋 copy color: '#46BCDF'

red 70 ◦ green 188 ◦ blue 223

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

Shades of Summer Sky #46BCDF

Tints of Summer Sky #46BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 14.55%
G = 39.09%
B = 46.36%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#46BCDF (or 0x46BCDF) is known color: Summer Sky. HEX triplet: 46, BC and DF. RGB value is (70,188,223). Sum of RGB (Red+Green+Blue) = 70+188+223=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #46BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BCDF is #B94320. Grayscale: #9C9C9C. Windows color (decimal): -12141345 or 14662726. OLE color: 14662726.

HSL color Cylindrical-coordinate representation of color #46BCDF: hue angle of 193.73º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46BCDF is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 188 223 -
CMYK 0.69 0.16 0 0.13
HSL 193.73º 0.71% 0.57% -
HSV(B) 193.73º 0.69% 0.87% -
XYZ 33.83 42.6 76.25 -
YUV 156.71 165.41 66.15 -
System Red Green Blue C M Y K H S L
Decimal 70 188 223 0.69 0.16 0 0.13 193.73 0.71 0.57
Hex 46 BC DF 45 10 0 D C2 47 39
Octal 106 274 337 105 20 0 15 302 107 71
Binary 1000110 10111100 11011111 1000101 10000 0 1101 11000010 1000111 111001

Color Harmonies of #46BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BCDF

Black with #46BCDF

Text Example


Text Example

White with #46BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,188,223); }

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

background-color css

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

 a { background-color: rgb(70,188,223); }

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

border-color css

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

 span { border-color: rgb(70,188,223); }

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