Html Css Color HEX #46BDFE Summer Sky

📋 copy color: '#46BDFE'

red 70 ◦ green 189 ◦ blue 254

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

Shades of Summer Sky #46BDFE

Tints of Summer Sky #46BDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 13.65%
G = 36.84%
B = 49.51%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#46BDFE (or 0x46BDFE) is known color: Summer Sky. HEX triplet: 46, BD and FE. RGB value is (70,189,254). Sum of RGB (Red+Green+Blue) = 70+189+254=513 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.65% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #46BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BDFE is #B94201. Grayscale: #A0A0A0. Windows color (decimal): -12141058 or 16694598. OLE color: 16694598.

HSL color Cylindrical-coordinate representation of color #46BDFE: hue angle of 201.2º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46BDFE is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 189 254 -
CMYK 0.72 0.26 0 0.00
HSL 201.2º 0.99% 0.64% -
HSV(B) 201.2º 0.72% 1% -
XYZ 38.61 44.85 100.39 -
YUV 160.83 180.58 63.21 -
System Red Green Blue C M Y K H S L
Decimal 70 189 254 0.72 0.26 0 0.00 201.2 0.99 0.64
Hex 46 BD FE 48 1A 0 0 C9 63 40
Octal 106 275 376 110 32 0 0 311 143 100
Binary 1000110 10111101 11111110 1001000 11010 0 0 11001001 1100011 1000000

Color Harmonies of #46BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BDFE

Black with #46BDFE

Text Example


Text Example

White with #46BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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