Html Css Color HEX #46BDFF Summer Sky

📋 copy color: '#46BDFF'

red 70 ◦ green 189 ◦ blue 255

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

Shades of Summer Sky #46BDFF

Tints of Summer Sky #46BDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 13.62%
G = 36.77%
B = 49.61%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#46BDFF (or 0x46BDFF) is known color: Summer Sky. HEX triplet: 46, BD and FF. RGB value is (70,189,255). Sum of RGB (Red+Green+Blue) = 70+189+255=514 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.62% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #46BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BDFF is #B94200. Grayscale: #A0A0A0. Windows color (decimal): -12141057 or 16760134. OLE color: 16760134.

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

Color convert

RGB 70 189 255 -
CMYK 0.73 0.26 0 0
HSL 201.41º 1% 0.64% -
HSV(B) 201.41º 0.73% 1% -
XYZ 38.77 44.92 101.23 -
YUV 160.94 181.08 63.13 -
System Red Green Blue C M Y K H S L
Decimal 70 189 255 0.73 0.26 0 0 201.41 1 0.64
Hex 46 BD FF 49 1A 0 0 C9 64 40
Octal 106 275 377 111 32 0 0 311 144 100
Binary 1000110 10111101 11111111 1001001 11010 0 0 11001001 1100100 1000000

Color Harmonies of #46BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BDFF

Black with #46BDFF

Text Example


Text Example

White with #46BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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