#229AD7

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

Shades of Summer Sky #229AD7

Tints of Summer Sky #229AD7

Color information

#229AD7 (or 0x229AD7) is unknown color: approx Summer Sky. HEX triplet: 22, 9A and D7. RGB value is (34,154,215). Sum of RGB (Red+Green+Blue) = 34+154+215=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #229AD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229AD7 is #DD6528. Grayscale: #7C7C7C. Windows color (decimal): -14509353 or 14129698. OLE color: 14129698.

HSL color Cylindrical-coordinate representation of color #229AD7: hue angle of 200.22º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229AD7 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB34154215-
CMYK0.840.2800.16
HSL200.22º72.69%48.82%-
HSV(B)200.22º84.19%84.31%-
XYZ24.4828.3668.47-
YUV125.07178.7463.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.44%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 215 (84.38% from 255) = 53.35%
R=8.44%
G=38.21%
B=53.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal341542150.840.2800.16200.2272.6948.82
Hex229AD7541C010c84931
Octal422323271243402031011161
Binary1000101001101011010111101010011100010000110010001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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