#2BB4DA

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

Shades of Summer Sky #2BB4DA

Tints of Summer Sky #2BB4DA

Color information

#2BB4DA (or 0x2BB4DA) is unknown color: approx Summer Sky. HEX triplet: 2B, B4 and DA. RGB value is (43,180,218). Sum of RGB (Red+Green+Blue) = 43+180+218=441 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.75% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #2BB4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB4DA is #D44B25. Grayscale: #8F8F8F. Windows color (decimal): -13912870 or 14332971. OLE color: 14332971.

HSL color Cylindrical-coordinate representation of color #2BB4DA: hue angle of 193.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BB4DA is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB43180218-
CMYK0.800.1700.15
HSL193.03º70.28%51.18%-
HSV(B)193.03º80.28%85.49%-
XYZ29.9738.2272.13-
YUV143.37170.1156.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.75%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 218 (85.55% from 255) = 49.43%
R=9.75%
G=40.82%
B=49.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal431802180.800.1700.15193.0370.2851.18
Hex2BB4DA50110Fc14633
Octal532643321202101730110663
Binary101011101101001101101010100001000101111110000011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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