#38A5DF

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

Shades of Summer Sky #38A5DF

Tints of Summer Sky #38A5DF

Color information

#38A5DF (or 0x38A5DF) is unknown color: approx Summer Sky. HEX triplet: 38, A5 and DF. RGB value is (56,165,223). Sum of RGB (Red+Green+Blue) = 56+165+223=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #38A5DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A5DF is #C75A20. Grayscale: #8A8A8A. Windows color (decimal): -13064737 or 14656824. OLE color: 14656824.

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

Color convert

RGB56165223-
CMYK0.750.2600.13
HSL200.84º72.29%54.71%-
HSV(B)200.84º74.89%87.45%-
XYZ28.4133.0874.7-
YUV139.02175.3968.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.61%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 223 (87.5% from 255) = 50.23%
R=12.61%
G=37.16%
B=50.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561652230.750.2600.13200.8472.2954.71
Hex38A5DF4B1A0Dc94837
Octal702453371133201531111067
Binary111000101001011101111110010111101001101110010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,165,223); }

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

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

 a { background-color: rgb(56,165,223); }

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

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

 span { border-color: rgb(56,165,223); }

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