#2CB2D0

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

Shades of Summer Sky #2CB2D0

Tints of Summer Sky #2CB2D0

Color information

#2CB2D0 (or 0x2CB2D0) is unknown color: approx Summer Sky. HEX triplet: 2C, B2 and D0. RGB value is (44,178,208). Sum of RGB (Red+Green+Blue) = 44+178+208=430 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.23% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #2CB2D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CB2D0 is #D34D2F. Grayscale: #8D8D8D. Windows color (decimal): -13847856 or 13677100. OLE color: 13677100.

HSL color Cylindrical-coordinate representation of color #2CB2D0: hue angle of 190.98º degrees, saturation: 0.65, 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 #2CB2D0 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB44178208-
CMYK0.790.1400.18
HSL190.98º65.08%49.41%-
HSV(B)190.98º78.85%81.57%-
XYZ28.3436.9365.31-
YUV141.35165.6158.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.23%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=10.23%
G=41.40%
B=48.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal441782080.790.1400.18190.9865.0849.41
Hex2CB2D04FE012bf4131
Octal542623201171602227710161
Binary101100101100101101000010011111110010010101111111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,178,208); }

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

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

 a { background-color: rgb(44,178,208); }

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

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

 span { border-color: rgb(44,178,208); }

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