#38AADC

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

Shades of Summer Sky #38AADC

Tints of Summer Sky #38AADC

Color information

#38AADC (or 0x38AADC) is unknown color: approx Summer Sky. HEX triplet: 38, AA and DC. RGB value is (56,170,220). Sum of RGB (Red+Green+Blue) = 56+170+220=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #38AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AADC is #C75523. Grayscale: #8D8D8D. Windows color (decimal): -13063460 or 14461496. OLE color: 14461496.

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

Color convert

RGB56170220-
CMYK0.750.2300.14
HSL198.29º70.09%54.12%-
HSV(B)198.29º74.55%86.27%-
XYZ28.9234.7672.89-
YUV141.61172.2366.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.56%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 220 (86.33% from 255) = 49.33%
R=12.56%
G=38.12%
B=49.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal561702200.750.2300.14198.2970.0954.12
Hex38AADC4B170Ec64636
Octal702523341132701630610666
Binary111000101010101101110010010111011101110110001101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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