#38a5e0

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

Shades of Summer Sky #38A5E0

Tints of Summer Sky #38A5E0

Color information

#38A5E0 (or 0x38A5E0) is unknown color: approx Summer Sky. HEX triplet: 38, A5 and E0. RGB value is (56,165,224). Sum of RGB (Red+Green+Blue) = 56+165+224=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #38A5E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A5E0 is #C75A1F. Grayscale: #8A8A8A. Windows color (decimal): -13064736 or 14722360. OLE color: 14722360.

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

Color convert

RGB56165224-
CMYK0.750.2600.12
HSL201.07º73.04%54.9%-
HSV(B)201.07º75%87.84%-
XYZ28.5433.1375.41-
YUV139.14175.8968.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.58%
GREEN value IS 165 (64.84% from 255) = 37.08%
BLUE value IS 224 (87.89% from 255) = 50.34%
R=12.58%
G=37.08%
B=50.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal561652240.750.2600.12201.0773.0454.9
Hex38A5E04B1A0Cc94937
Octal702453401133201431111167
Binary111000101001011110000010010111101001100110010011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a5e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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