#38A9EC

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

Shades of Summer Sky #38A9EC

Tints of Summer Sky #38A9EC

Color information

#38A9EC (or 0x38A9EC) is unknown color: approx Summer Sky. HEX triplet: 38, A9 and EC. RGB value is (56,169,236). Sum of RGB (Red+Green+Blue) = 56+169+236=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #38A9EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A9EC is #C75613. Grayscale: #8E8E8E. Windows color (decimal): -13063700 or 15509816. OLE color: 15509816.

HSL color Cylindrical-coordinate representation of color #38A9EC: hue angle of 202.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38A9EC is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56169236-
CMYK0.760.2800.07
HSL202.33º82.57%57.25%-
HSV(B)202.33º76.27%92.55%-
XYZ30.9635.2784.53-
YUV142.85180.5666.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.15%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 236 (92.58% from 255) = 51.19%
R=12.15%
G=36.66%
B=51.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561692360.760.2800.07202.3382.5757.25
Hex38A9EC4C1C07ca5339
Octal70251354114340731212371
Binary11100010101001111011001001100111000111110010101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,169,236); }

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

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

 a { background-color: rgb(56,169,236); }

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

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

 span { border-color: rgb(56,169,236); }

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