#2BBCDB

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

Shades of Summer Sky #2BBCDB

Tints of Summer Sky #2BBCDB

Color information

#2BBCDB (or 0x2BBCDB) is unknown color: approx Summer Sky. HEX triplet: 2B, BC and DB. RGB value is (43,188,219). Sum of RGB (Red+Green+Blue) = 43+188+219=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BBCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCDB is #D44324. Grayscale: #939393. Windows color (decimal): -13910821 or 14400555. OLE color: 14400555.

HSL color Cylindrical-coordinate representation of color #2BBCDB: hue angle of 190.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBCDB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB43188219-
CMYK0.800.1400.14
HSL190.57º70.97%51.37%-
HSV(B)190.57º80.37%85.88%-
XYZ31.7741.5973.37-
YUV148.18167.9652.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.56%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 219 (85.94% from 255) = 48.67%
R=9.56%
G=41.78%
B=48.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal431882190.800.1400.14190.5770.9751.37
Hex2BBCDB50E0Ebf4733
Octal532743331201601627710763
Binary10101110111100110110111010000111001110101111111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,188,219); }

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

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

 a { background-color: rgb(43,188,219); }

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

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

 span { border-color: rgb(43,188,219); }

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