#2BB4C9

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

Shades of Summer Sky #2BB4C9

Tints of Summer Sky #2BB4C9

Color information

#2BB4C9 (or 0x2BB4C9) is unknown color: approx Summer Sky. HEX triplet: 2B, B4 and C9. RGB value is (43,180,201). Sum of RGB (Red+Green+Blue) = 43+180+201=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #2BB4C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB4C9 is #D44B36. Grayscale: #8D8D8D. Windows color (decimal): -13912887 or 13218859. OLE color: 13218859.

HSL color Cylindrical-coordinate representation of color #2BB4C9: hue angle of 187.97º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB4C9 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB43180201-
CMYK0.790.1000.21
HSL187.97º64.75%47.84%-
HSV(B)187.97º78.61%78.82%-
XYZ27.8637.3761-
YUV141.43161.6157.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.14%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 201 (78.91% from 255) = 47.41%
R=10.14%
G=42.45%
B=47.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal431802010.790.1000.21187.9764.7547.84
Hex2BB4C94FA015bc4130
Octal532643111171202527410160
Binary101011101101001100100110011111010010101101111001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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