#2CBBD1

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

Shades of Summer Sky #2CBBD1

Tints of Summer Sky #2CBBD1

Color information

#2CBBD1 (or 0x2CBBD1) is unknown color: approx Summer Sky. HEX triplet: 2C, BB and D1. RGB value is (44,187,209). Sum of RGB (Red+Green+Blue) = 44+187+209=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #2CBBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBBD1 is #D3442E. Grayscale: #929292. Windows color (decimal): -13845551 or 13744940. OLE color: 13744940.

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

Color convert

RGB44187209-
CMYK0.790.1100.18
HSL188º65.22%49.61%-
HSV(B)188º78.95%81.96%-
XYZ30.3240.6866.58-
YUV146.75163.1254.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 209 (82.03% from 255) = 47.5%
R=10%
G=42.5%
B=47.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal441872090.790.1100.1818865.2249.61
Hex2CBBD14FB012bc4132
Octal542733211171302227410162
Binary101100101110111101000110011111011010010101111001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,187,209); }

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

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

 a { background-color: rgb(44,187,209); }

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

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

 span { border-color: rgb(44,187,209); }

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