Html Css Color HEX #46BDF8 Summer Sky

📋 copy color: '#46BDF8'

red 70 ◦ green 189 ◦ blue 248

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

Shades of Summer Sky #46BDF8

Tints of Summer Sky #46BDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.92%

R = 13.81%
G = 37.28%
B = 48.92%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#46BDF8 (or 0x46BDF8) is known color: Summer Sky. HEX triplet: 46, BD and F8. RGB value is (70,189,248). Sum of RGB (Red+Green+Blue) = 70+189+248=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #46BDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BDF8 is #B94207. Grayscale: #9F9F9F. Windows color (decimal): -12141064 or 16301382. OLE color: 16301382.

HSL color Cylindrical-coordinate representation of color #46BDF8: hue angle of 199.89º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46BDF8 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 70 189 248 -
CMYK 0.72 0.24 0 0.03
HSL 199.89º 0.93% 0.62% -
HSV(B) 199.89º 0.72% 0.97% -
XYZ 37.67 44.47 95.41 -
YUV 160.15 177.58 63.7 -
System Red Green Blue C M Y K H S L
Decimal 70 189 248 0.72 0.24 0 0.03 199.89 0.93 0.62
Hex 46 BD F8 48 18 0 3 C8 5D 3E
Octal 106 275 370 110 30 0 3 310 135 76
Binary 1000110 10111101 11111000 1001000 11000 0 11 11001000 1011101 111110

Color Harmonies of #46BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BDF8

Black with #46BDF8

Text Example


Text Example

White with #46BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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