Html Css Color HEX #46BDEF Summer Sky

📋 copy color: '#46BDEF'

red 70 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #46BDEF

Tints of Summer Sky #46BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 14.06%
G = 37.95%
B = 47.99%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#46BDEF (or 0x46BDEF) is known color: Summer Sky. HEX triplet: 46, BD and EF. RGB value is (70,189,239). Sum of RGB (Red+Green+Blue) = 70+189+239=498 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.06% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #46BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BDEF is #B94210. Grayscale: #9E9E9E. Windows color (decimal): -12141073 or 15711558. OLE color: 15711558.

HSL color Cylindrical-coordinate representation of color #46BDEF: hue angle of 197.75º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46BDEF is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 189 239 -
CMYK 0.71 0.21 0 0.06
HSL 197.75º 0.84% 0.61% -
HSV(B) 197.75º 0.71% 0.94% -
XYZ 36.3 43.93 88.23 -
YUV 159.12 173.08 64.43 -
System Red Green Blue C M Y K H S L
Decimal 70 189 239 0.71 0.21 0 0.06 197.75 0.84 0.61
Hex 46 BD EF 47 15 0 6 C6 54 3D
Octal 106 275 357 107 25 0 6 306 124 75
Binary 1000110 10111101 11101111 1000111 10101 0 110 11000110 1010100 111101

Color Harmonies of #46BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BDEF

Black with #46BDEF

Text Example


Text Example

White with #46BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,189,239); }

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

background-color css

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

 a { background-color: rgb(70,189,239); }

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

border-color css

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

 span { border-color: rgb(70,189,239); }

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