#2db4c4

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

Shades of Summer Sky #2DB4C4

Tints of Summer Sky #2DB4C4

Color information

#2DB4C4 (or 0x2DB4C4) is unknown color: approx Summer Sky. HEX triplet: 2D, B4 and C4. RGB value is (45,180,196). Sum of RGB (Red+Green+Blue) = 45+180+196=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #2DB4C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DB4C4 is #D24B3B. Grayscale: #8D8D8D. Windows color (decimal): -13781820 or 12891181. OLE color: 12891181.

HSL color Cylindrical-coordinate representation of color #2DB4C4: hue angle of 186.36º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DB4C4 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB45180196-
CMYK0.770.0800.23
HSL186.36º62.66%47.25%-
HSV(B)186.36º77.04%76.86%-
XYZ27.3737.1957.96-
YUV141.46158.7759.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.69%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 196 (76.95% from 255) = 46.56%
R=10.69%
G=42.76%
B=46.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal451801960.770.0800.23186.3662.6647.25
Hex2DB4C44D8017ba3f2f
Octal55264304115100272727757
Binary10110110110100110001001001101100001011110111010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db4c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,180,196); }

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

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

 a { background-color: rgb(45,180,196); }

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

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

 span { border-color: rgb(45,180,196); }

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