#2db0e1

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

Shades of Summer Sky #2DB0E1

Tints of Summer Sky #2DB0E1

Color information

#2DB0E1 (or 0x2DB0E1) is unknown color: approx Summer Sky. HEX triplet: 2D, B0 and E1. RGB value is (45,176,225). Sum of RGB (Red+Green+Blue) = 45+176+225=446 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.09% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #2DB0E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DB0E1 is #D24F1E. Grayscale: #8E8E8E. Windows color (decimal): -13782815 or 14790701. OLE color: 14790701.

HSL color Cylindrical-coordinate representation of color #2DB0E1: hue angle of 196.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DB0E1 is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB45176225-
CMYK0.80.2200.12
HSL196.33º75%52.94%-
HSV(B)196.33º80%88.24%-
XYZ30.237.0476.79-
YUV142.42174.658.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.09%
GREEN value IS 176 (69.14% from 255) = 39.46%
BLUE value IS 225 (88.28% from 255) = 50.45%
R=10.09%
G=39.46%
B=50.45%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal451762250.80.2200.12196.337552.94
Hex2DB0E150160Cc44b35
Octal552603411202601430411365
Binary101101101100001110000110100001011001100110001001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db0e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,176,225); }

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

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

 a { background-color: rgb(45,176,225); }

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

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

 span { border-color: rgb(45,176,225); }

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