#2BC0F0

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

Shades of Summer Sky #2BC0F0

Tints of Summer Sky #2BC0F0

Color information

#2BC0F0 (or 0x2BC0F0) is unknown color: approx Summer Sky. HEX triplet: 2B, C0 and F0. RGB value is (43,192,240). Sum of RGB (Red+Green+Blue) = 43+192+240=475 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.05% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #2BC0F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC0F0 is #D43F0F. Grayscale: #989898. Windows color (decimal): -13909776 or 15777835. OLE color: 15777835.

HSL color Cylindrical-coordinate representation of color #2BC0F0: hue angle of 194.62º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BC0F0 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB43192240-
CMYK0.820.2000.06
HSL194.62º86.78%55.49%-
HSV(B)194.62º82.08%94.12%-
XYZ35.5744.589.15-
YUV152.92177.1449.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.05%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 240 (94.14% from 255) = 50.53%
R=9.05%
G=40.42%
B=50.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal431922400.820.2000.06194.6286.7855.49
Hex2BC0F0521406c35737
Octal53300360122240630312767
Binary10101111000000111100001010010101000110110000111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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