#2BBFF7

Color #2BBFF7 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2BBFF7

Tints of Summer Sky #2BBFF7

Color information

#2BBFF7 (or 0x2BBFF7) is unknown color: approx Summer Sky. HEX triplet: 2B, BF and F7. RGB value is (43,191,247). Sum of RGB (Red+Green+Blue) = 43+191+247=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #2BBFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBFF7 is #D44008. Grayscale: #989898. Windows color (decimal): -13910025 or 16236331. OLE color: 16236331.

HSL color Cylindrical-coordinate representation of color #2BBFF7: hue angle of 196.47º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBFF7 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB43191247-
CMYK0.830.2300.03
HSL196.47º92.73%56.86%-
HSV(B)196.47º82.59%96.86%-
XYZ36.4244.4994.66-
YUV153.13180.9749.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.94%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 247 (96.88% from 255) = 51.35%
R=8.94%
G=39.71%
B=51.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal431912470.830.2300.03196.4792.7356.86
Hex2BBFF7531703c45d39
Octal53277367123270330413571
Binary1010111011111111110111101001110111011110001001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BBFF7; }

 p { color: rgb(43,191,247); }

 H1.HeaderClassName
 {
   color: #2BBFF7;
 }
 .AnyTagClassName
 {
   color: #2BBFF7;
 }
</style>
background-color css

<style>
 a { background-color: #2BBFF7; }

 a { background-color: rgb(43,191,247); }

 div.DivClassName
 {
   background-color: #2BBFF7;
 }
 .BgClassName
 {
   background-color: #2BBFF7;
 }
</style>
border-color css

<style>
 span { border-color: #2BBFF7; }

 span { border-color: rgb(43,191,247); }

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