#2BB6F2

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

Shades of Summer Sky #2BB6F2

Tints of Summer Sky #2BB6F2

Color information

#2BB6F2 (or 0x2BB6F2) is unknown color: approx Summer Sky. HEX triplet: 2B, B6 and F2. RGB value is (43,182,242). Sum of RGB (Red+Green+Blue) = 43+182+242=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #2BB6F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BB6F2 is #D4490D. Grayscale: #929292. Windows color (decimal): -13912334 or 15906347. OLE color: 15906347.

HSL color Cylindrical-coordinate representation of color #2BB6F2: hue angle of 198.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BB6F2 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB43182242-
CMYK0.820.2500.05
HSL198.09º88.44%55.88%-
HSV(B)198.09º82.23%94.9%-
XYZ33.7540.3890.02-
YUV147.28181.4553.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.21%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 242 (94.92% from 255) = 51.82%
R=9.21%
G=38.97%
B=51.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal431822420.820.2500.05198.0988.4455.88
Hex2BB6F2521905c65838
Octal53266362122310530613070
Binary10101110110110111100101010010110010101110001101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,182,242); }

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

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

 a { background-color: rgb(43,182,242); }

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

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

 span { border-color: rgb(43,182,242); }

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