Html Css Color HEX #46BDE7 Summer Sky

📋 copy color: '#46BDE7'

red 70 ◦ green 189 ◦ blue 231

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

Shades of Summer Sky #46BDE7

Tints of Summer Sky #46BDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 14.29%
G = 38.57%
B = 47.14%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#46BDE7 (or 0x46BDE7) is known color: Summer Sky. HEX triplet: 46, BD and E7. RGB value is (70,189,231). Sum of RGB (Red+Green+Blue) = 70+189+231=490 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.29% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #46BDE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BDE7 is #B94218. Grayscale: #9D9D9D. Windows color (decimal): -12141081 or 15187270. OLE color: 15187270.

HSL color Cylindrical-coordinate representation of color #46BDE7: hue angle of 195.65º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46BDE7 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 189 231 -
CMYK 0.70 0.18 0 0.09
HSL 195.65º 0.77% 0.59% -
HSV(B) 195.65º 0.7% 0.91% -
XYZ 35.15 43.47 82.14 -
YUV 158.21 169.08 65.08 -
System Red Green Blue C M Y K H S L
Decimal 70 189 231 0.70 0.18 0 0.09 195.65 0.77 0.59
Hex 46 BD E7 46 12 0 9 C4 4D 3B
Octal 106 275 347 106 22 0 11 304 115 73
Binary 1000110 10111101 11100111 1000110 10010 0 1001 11000100 1001101 111011

Color Harmonies of #46BDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BDE7

Black with #46BDE7

Text Example


Text Example

White with #46BDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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