#2DBECB

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

Shades of Summer Sky #2DBECB

Tints of Summer Sky #2DBECB

Color information

#2DBECB (or 0x2DBECB) is unknown color: approx Summer Sky. HEX triplet: 2D, BE and CB. RGB value is (45,190,203). Sum of RGB (Red+Green+Blue) = 45+190+203=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #2DBECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBECB is #D24134. Grayscale: #939393. Windows color (decimal): -13779253 or 13352493. OLE color: 13352493.

HSL color Cylindrical-coordinate representation of color #2DBECB: hue angle of 184.94º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DBECB is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB45190203-
CMYK0.780.0600.20
HSL184.94º63.71%48.63%-
HSV(B)184.94º77.83%79.61%-
XYZ30.2841.762.95-
YUV148.13158.9654.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.27%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=10.27%
G=43.38%
B=46.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal451902030.780.0600.20184.9463.7148.63
Hex2DBECB4E6014b94031
Octal55276313116602427110061
Binary10110110111110110010111001110110010100101110011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,190,203); }

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

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

 a { background-color: rgb(45,190,203); }

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

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

 span { border-color: rgb(45,190,203); }

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