#38AAD1

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

Shades of Summer Sky #38AAD1

Tints of Summer Sky #38AAD1

Color information

#38AAD1 (or 0x38AAD1) is unknown color: approx Summer Sky. HEX triplet: 38, AA and D1. RGB value is (56,170,209). Sum of RGB (Red+Green+Blue) = 56+170+209=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #38AAD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AAD1 is #C7552E. Grayscale: #8C8C8C. Windows color (decimal): -13063471 or 13740600. OLE color: 13740600.

HSL color Cylindrical-coordinate representation of color #38AAD1: hue angle of 195.29º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38AAD1 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB56170209-
CMYK0.730.1900.18
HSL195.29º62.45%51.96%-
HSV(B)195.29º73.21%81.96%-
XYZ27.5134.1965.47-
YUV140.36166.7367.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.87%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 209 (82.03% from 255) = 48.05%
R=12.87%
G=39.08%
B=48.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal561702090.730.1900.18195.2962.4551.96
Hex38AAD14913012c33e34
Octal70252321111230223037664
Binary111000101010101101000110010011001101001011000011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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