#38A4DD

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

Shades of Summer Sky #38A4DD

Tints of Summer Sky #38A4DD

Color information

#38A4DD (or 0x38A4DD) is unknown color: approx Summer Sky. HEX triplet: 38, A4 and DD. RGB value is (56,164,221). Sum of RGB (Red+Green+Blue) = 56+164+221=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #38A4DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A4DD is #C75B22. Grayscale: #898989. Windows color (decimal): -13064995 or 14525496. OLE color: 14525496.

HSL color Cylindrical-coordinate representation of color #38A4DD: hue angle of 200.73º 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 #38A4DD is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56164221-
CMYK0.750.2600.13
HSL200.73º70.82%54.31%-
HSV(B)200.73º74.66%86.67%-
XYZ27.9632.6173.23-
YUV138.21174.7269.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.70%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=12.70%
G=37.19%
B=50.11%

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
Decimal561642210.750.2600.13200.7370.8254.31
Hex38A4DD4B1A0Dc94736
Octal702443351133201531110766
Binary111000101001001101110110010111101001101110010011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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