Html Css Color HEX #46BFF2 Summer Sky

📋 copy color: '#46BFF2'

red 70 ◦ green 191 ◦ blue 242

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

Shades of Summer Sky #46BFF2

Tints of Summer Sky #46BFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 13.92%
G = 37.97%
B = 48.11%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#46BFF2 (or 0x46BFF2) is known color: Summer Sky. HEX triplet: 46, BF and F2. RGB value is (70,191,242). Sum of RGB (Red+Green+Blue) = 70+191+242=503 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.92% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #46BFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BFF2 is #B9400D. Grayscale: #A0A0A0. Windows color (decimal): -12140558 or 15908678. OLE color: 15908678.

HSL color Cylindrical-coordinate representation of color #46BFF2: hue angle of 197.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46BFF2 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 191 242 -
CMYK 0.71 0.21 0 0.05
HSL 197.79º 0.87% 0.61% -
HSV(B) 197.79º 0.71% 0.95% -
XYZ 37.18 44.97 90.73 -
YUV 160.64 173.91 63.35 -
System Red Green Blue C M Y K H S L
Decimal 70 191 242 0.71 0.21 0 0.05 197.79 0.87 0.61
Hex 46 BF F2 47 15 0 5 C6 57 3D
Octal 106 277 362 107 25 0 5 306 127 75
Binary 1000110 10111111 11110010 1000111 10101 0 101 11000110 1010111 111101

Color Harmonies of #46BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BFF2

Black with #46BFF2

Text Example


Text Example

White with #46BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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