#38ABD1

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

Shades of Summer Sky #38ABD1

Tints of Summer Sky #38ABD1

Color information

#38ABD1 (or 0x38ABD1) is unknown color: approx Summer Sky. HEX triplet: 38, AB and D1. RGB value is (56,171,209). Sum of RGB (Red+Green+Blue) = 56+171+209=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #38ABD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABD1 is #C7542E. Grayscale: #8C8C8C. Windows color (decimal): -13063215 or 13740856. OLE color: 13740856.

HSL color Cylindrical-coordinate representation of color #38ABD1: hue angle of 194.9º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38ABD1 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB56171209-
CMYK0.730.1800.18
HSL194.9º62.45%51.96%-
HSV(B)194.9º73.21%81.96%-
XYZ27.734.5765.53-
YUV140.95166.467.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.84%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 209 (82.03% from 255) = 47.94%
R=12.84%
G=39.22%
B=47.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal561712090.730.1800.18194.962.4551.96
Hex38ABD14912012c33e34
Octal70253321111220223037664
Binary111000101010111101000110010011001001001011000011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,171,209); }

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

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

 a { background-color: rgb(56,171,209); }

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

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

 span { border-color: rgb(56,171,209); }

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