#229ADE

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

Shades of Summer Sky #229ADE

Tints of Summer Sky #229ADE

Color information

#229ADE (or 0x229ADE) is unknown color: approx Summer Sky. HEX triplet: 22, 9A and DE. RGB value is (34,154,222). Sum of RGB (Red+Green+Blue) = 34+154+222=410 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.29% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #229ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ADE is #DD6521. Grayscale: #7D7D7D. Windows color (decimal): -14509346 or 14588450. OLE color: 14588450.

HSL color Cylindrical-coordinate representation of color #229ADE: hue angle of 201.7º degrees, saturation: 0.74, 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 #229ADE is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB34154222-
CMYK0.850.3100.13
HSL201.7º74.02%50.2%-
HSV(B)201.7º84.68%87.06%-
XYZ25.428.7373.31-
YUV125.87182.2462.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.29%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 222 (87.11% from 255) = 54.15%
R=8.29%
G=37.56%
B=54.15%

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
Decimal341542220.850.3100.13201.774.0250.2
Hex229ADE551F0Dca4a32
Octal422323361253701531211262
Binary100010100110101101111010101011111101101110010101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229ADE; }

 p { color: rgb(34,154,222); }

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

<style>
 a { background-color: #229ADE; }

 a { background-color: rgb(34,154,222); }

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

<style>
 span { border-color: #229ADE; }

 span { border-color: rgb(34,154,222); }

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