#2B97DD

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

Shades of Summer Sky #2B97DD

Tints of Summer Sky #2B97DD

Color information

#2B97DD (or 0x2B97DD) is unknown color: approx Summer Sky. HEX triplet: 2B, 97 and DD. RGB value is (43,151,221). Sum of RGB (Red+Green+Blue) = 43+151+221=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B97DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B97DD is #D46822. Grayscale: #7E7E7E. Windows color (decimal): -13920291 or 14522155. OLE color: 14522155.

HSL color Cylindrical-coordinate representation of color #2B97DD: hue angle of 203.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B97DD is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB43151221-
CMYK0.810.3200.13
HSL203.6º72.36%51.76%-
HSV(B)203.6º80.54%86.67%-
XYZ25.1127.8772.46-
YUV126.69181.2268.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.36%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=10.36%
G=36.39%
B=53.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal431512210.810.3200.13203.672.3651.76
Hex2B97DD51200Dcc4834
Octal532273351214001531411064
Binary1010111001011111011101101000110000001101110011001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,151,221); }

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

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

 a { background-color: rgb(43,151,221); }

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

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

 span { border-color: rgb(43,151,221); }

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