#2BBBE1

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

Shades of Summer Sky #2BBBE1

Tints of Summer Sky #2BBBE1

Color information

#2BBBE1 (or 0x2BBBE1) is unknown color: approx Summer Sky. HEX triplet: 2B, BB and E1. RGB value is (43,187,225). Sum of RGB (Red+Green+Blue) = 43+187+225=455 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.45% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #2BBBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBBE1 is #D4441E. Grayscale: #939393. Windows color (decimal): -13911071 or 14793515. OLE color: 14793515.

HSL color Cylindrical-coordinate representation of color #2BBBE1: hue angle of 192.53º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BBBE1 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB43187225-
CMYK0.810.1700.12
HSL192.53º75.21%52.55%-
HSV(B)192.53º80.89%88.24%-
XYZ32.3641.4977.54-
YUV148.28171.2952.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.45%
GREEN value IS 187 (73.44% from 255) = 41.10%
BLUE value IS 225 (88.28% from 255) = 49.45%
R=9.45%
G=41.10%
B=49.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal431872250.810.1700.12192.5375.2152.55
Hex2BBBE151110Cc14b35
Octal532733411212101430111365
Binary101011101110111110000110100011000101100110000011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,187,225); }

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

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

 a { background-color: rgb(43,187,225); }

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

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

 span { border-color: rgb(43,187,225); }

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