#2299dd

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

Shades of Summer Sky #2299DD

Tints of Summer Sky #2299DD

Color information

#2299DD (or 0x2299DD) is unknown color: approx Summer Sky. HEX triplet: 22, 99 and DD. RGB value is (34,153,221). Sum of RGB (Red+Green+Blue) = 34+153+221=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #2299DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2299DD is #DD6622. Grayscale: #7C7C7C. Windows color (decimal): -14509603 or 14522658. OLE color: 14522658.

HSL color Cylindrical-coordinate representation of color #2299DD: hue angle of 201.82º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2299DD is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB34153221-
CMYK0.850.3100.13
HSL201.82º73.33%50%-
HSV(B)201.82º84.62%86.67%-
XYZ25.128.3472.55-
YUV125.17182.0862.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.33%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=8.33%
G=37.5%
B=54.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal341532210.850.3100.13201.8273.3350
Hex2299DD551F0Dca4932
Octal422313351253701531211162
Binary100010100110011101110110101011111101101110010101001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2299dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2299dd; }

 p { color: rgb(34,153,221); }

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

<style>
 a { background-color: #2299dd; }

 a { background-color: rgb(34,153,221); }

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

<style>
 span { border-color: #2299dd; }

 span { border-color: rgb(34,153,221); }

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