#2BC0CE

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

Shades of Summer Sky #2BC0CE

Tints of Summer Sky #2BC0CE

Color information

#2BC0CE (or 0x2BC0CE) is unknown color: approx Summer Sky. HEX triplet: 2B, C0 and CE. RGB value is (43,192,206). Sum of RGB (Red+Green+Blue) = 43+192+206=441 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.75% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BC0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC0CE is #D43F31. Grayscale: #949494. Windows color (decimal): -13909810 or 13549611. OLE color: 13549611.

HSL color Cylindrical-coordinate representation of color #2BC0CE: hue angle of 185.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC0CE is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB43192206-
CMYK0.790.0700.19
HSL185.15º65.46%48.82%-
HSV(B)185.15º79.13%80.78%-
XYZ30.9942.6765-
YUV149.04160.1452.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.75%
GREEN value IS 192 (75.39% from 255) = 43.54%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=9.75%
G=43.54%
B=46.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal431922060.790.0700.19185.1565.4648.82
Hex2BC0CE4F7013b94131
Octal53300316117702327110161
Binary10101111000000110011101001111111010011101110011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,192,206); }

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

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

 a { background-color: rgb(43,192,206); }

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

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

 span { border-color: rgb(43,192,206); }

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