#38AADD

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

Shades of Summer Sky #38AADD

Tints of Summer Sky #38AADD

Color information

#38AADD (or 0x38AADD) is unknown color: approx Summer Sky. HEX triplet: 38, AA and DD. RGB value is (56,170,221). Sum of RGB (Red+Green+Blue) = 56+170+221=447 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.53% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #38AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AADD is #C75522. Grayscale: #8D8D8D. Windows color (decimal): -13063459 or 14527032. OLE color: 14527032.

HSL color Cylindrical-coordinate representation of color #38AADD: hue angle of 198.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38AADD is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56170221-
CMYK0.750.2300.13
HSL198.55º70.82%54.31%-
HSV(B)198.55º74.66%86.67%-
XYZ29.0634.8173.59-
YUV141.73172.7366.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.53%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=12.53%
G=38.03%
B=49.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561702210.750.2300.13198.5570.8254.31
Hex38AADD4B170Dc74736
Octal702523351132701530710766
Binary111000101010101101110110010111011101101110001111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AADD; }

 p { color: rgb(56,170,221); }

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

<style>
 a { background-color: #38AADD; }

 a { background-color: rgb(56,170,221); }

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

<style>
 span { border-color: #38AADD; }

 span { border-color: rgb(56,170,221); }

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