#2BB4D0

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

Shades of Summer Sky #2BB4D0

Tints of Summer Sky #2BB4D0

Color information

#2BB4D0 (or 0x2BB4D0) is unknown color: approx Summer Sky. HEX triplet: 2B, B4 and D0. RGB value is (43,180,208). Sum of RGB (Red+Green+Blue) = 43+180+208=431 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.98% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #2BB4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB4D0 is #D44B2F. Grayscale: #8D8D8D. Windows color (decimal): -13912880 or 13677611. OLE color: 13677611.

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

Color convert

RGB43180208-
CMYK0.790.1300.18
HSL190.18º65.74%49.22%-
HSV(B)190.18º79.33%81.57%-
XYZ28.737.7165.44-
YUV142.23165.1157.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.98%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 208 (81.64% from 255) = 48.26%
R=9.98%
G=41.76%
B=48.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal431802080.790.1300.18190.1865.7449.22
Hex2BB4D04FD012be4231
Octal532643201171502227610261
Binary101011101101001101000010011111101010010101111101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,180,208); }

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

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

 a { background-color: rgb(43,180,208); }

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

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

 span { border-color: rgb(43,180,208); }

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