#38A3DD

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

Shades of Summer Sky #38A3DD

Tints of Summer Sky #38A3DD

Color information

#38A3DD (or 0x38A3DD) is unknown color: approx Summer Sky. HEX triplet: 38, A3 and DD. RGB value is (56,163,221). Sum of RGB (Red+Green+Blue) = 56+163+221=440 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.73% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #38A3DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A3DD is #C75C22. Grayscale: #898989. Windows color (decimal): -13065251 or 14525240. OLE color: 14525240.

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

Color convert

RGB56163221-
CMYK0.750.2600.13
HSL201.09º70.82%54.31%-
HSV(B)201.09º74.66%86.67%-
XYZ27.7832.2673.17-
YUV137.62175.0569.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.73%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 221 (86.72% from 255) = 50.23%
R=12.73%
G=37.05%
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
Decimal561632210.750.2600.13201.0970.8254.31
Hex38A3DD4B1A0Dc94736
Octal702433351133201531110766
Binary111000101000111101110110010111101001101110010011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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