#38A2DD

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

Shades of Summer Sky #38A2DD

Tints of Summer Sky #38A2DD

Color information

#38A2DD (or 0x38A2DD) is unknown color: approx Summer Sky. HEX triplet: 38, A2 and DD. RGB value is (56,162,221). Sum of RGB (Red+Green+Blue) = 56+162+221=439 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.76% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #38A2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A2DD is #C75D22. Grayscale: #888888. Windows color (decimal): -13065507 or 14524984. OLE color: 14524984.

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

Color convert

RGB56162221-
CMYK0.750.2700.13
HSL201.45º70.82%54.31%-
HSV(B)201.45º74.66%86.67%-
XYZ27.631.973.11-
YUV137.03175.3870.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.76%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 221 (86.72% from 255) = 50.34%
R=12.76%
G=36.90%
B=50.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561622210.750.2700.13201.4570.8254.31
Hex38A2DD4B1B0Dc94736
Octal702423351133301531110766
Binary111000101000101101110110010111101101101110010011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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