Html Css Color HEX #46BFFF Summer Sky

📋 copy color: '#46BFFF'

red 70 ◦ green 191 ◦ blue 255

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

Shades of Summer Sky #46BFFF

Tints of Summer Sky #46BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 37.02%

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

R = 13.57%
G = 37.02%
B = 49.42%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#46BFFF (or 0x46BFFF) is known color: Summer Sky. HEX triplet: 46, BF and FF. RGB value is (70,191,255). Sum of RGB (Red+Green+Blue) = 70+191+255=516 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.57% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #46BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BFFF is #B94000. Grayscale: #A1A1A1. Windows color (decimal): -12140545 or 16760646. OLE color: 16760646.

HSL color Cylindrical-coordinate representation of color #46BFFF: hue angle of 200.76º 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 #46BFFF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 191 255 -
CMYK 0.73 0.25 0 0
HSL 200.76º 1% 0.64% -
HSV(B) 200.76º 0.73% 1% -
XYZ 39.21 45.78 101.38 -
YUV 162.12 180.41 62.3 -
System Red Green Blue C M Y K H S L
Decimal 70 191 255 0.73 0.25 0 0 200.76 1 0.64
Hex 46 BF FF 49 19 0 0 C9 64 40
Octal 106 277 377 111 31 0 0 311 144 100
Binary 1000110 10111111 11111111 1001001 11001 0 0 11001001 1100100 1000000

Color Harmonies of #46BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BFFF

Black with #46BFFF

Text Example


Text Example

White with #46BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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