#2cb1d3

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

Shades of Summer Sky #2CB1D3

Tints of Summer Sky #2CB1D3

Color information

#2CB1D3 (or 0x2CB1D3) is unknown color: approx Summer Sky. HEX triplet: 2C, B1 and D3. RGB value is (44,177,211). Sum of RGB (Red+Green+Blue) = 44+177+211=432 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.19% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #2CB1D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CB1D3 is #D34E2C. Grayscale: #8C8C8C. Windows color (decimal): -13848109 or 13873452. OLE color: 13873452.

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

Color convert

RGB44177211-
CMYK0.790.1600.17
HSL192.22º65.49%50%-
HSV(B)192.22º79.15%82.75%-
XYZ28.5236.6867.21-
YUV141.11167.4458.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.19%
GREEN value IS 177 (69.53% from 255) = 40.97%
BLUE value IS 211 (82.81% from 255) = 48.84%
R=10.19%
G=40.97%
B=48.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal441772110.790.1600.17192.2265.4950
Hex2CB1D34F10011c04132
Octal542613231172002130010162
Binary1011001011000111010011100111110000010001110000001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb1d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,177,211); }

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

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

 a { background-color: rgb(44,177,211); }

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

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

 span { border-color: rgb(44,177,211); }

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