#2bb3ce

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

Shades of Summer Sky #2BB3CE

Tints of Summer Sky #2BB3CE

Color information

#2BB3CE (or 0x2BB3CE) is unknown color: approx Summer Sky. HEX triplet: 2B, B3 and CE. RGB value is (43,179,206). Sum of RGB (Red+Green+Blue) = 43+179+206=428 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.05% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BB3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB3CE is #D44C31. Grayscale: #8D8D8D. Windows color (decimal): -13913138 or 13546283. OLE color: 13546283.

HSL color Cylindrical-coordinate representation of color #2BB3CE: hue angle of 189.94º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB3CE is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB43179206-
CMYK0.790.1300.19
HSL189.94º65.46%48.82%-
HSV(B)189.94º79.13%80.78%-
XYZ28.2637.2164.09-
YUV141.41164.4457.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.05%
GREEN value IS 179 (70.31% from 255) = 41.82%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=10.05%
G=41.82%
B=48.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal431792060.790.1300.19189.9465.4648.82
Hex2BB3CE4FD013be4131
Octal532633161171502327610161
Binary101011101100111100111010011111101010011101111101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bb3ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,179,206); }

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

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

 a { background-color: rgb(43,179,206); }

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

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

 span { border-color: rgb(43,179,206); }

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