#38ADDC

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

Shades of Summer Sky #38ADDC

Tints of Summer Sky #38ADDC

Color information

#38ADDC (or 0x38ADDC) is unknown color: approx Summer Sky. HEX triplet: 38, AD and DC. RGB value is (56,173,220). Sum of RGB (Red+Green+Blue) = 56+173+220=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #38ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADDC is #C75223. Grayscale: #8F8F8F. Windows color (decimal): -13062692 or 14462264. OLE color: 14462264.

HSL color Cylindrical-coordinate representation of color #38ADDC: hue angle of 197.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38ADDC is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB56173220-
CMYK0.750.2100.14
HSL197.2º70.09%54.12%-
HSV(B)197.2º74.55%86.27%-
XYZ29.4935.973.08-
YUV143.38171.2465.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.47%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 220 (86.33% from 255) = 49.00%
R=12.47%
G=38.53%
B=49.00%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal561732200.750.2100.14197.270.0954.12
Hex38ADDC4B150Ec54636
Octal702553341132501630510666
Binary111000101011011101110010010111010101110110001011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,173,220); }

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

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

 a { background-color: rgb(56,173,220); }

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

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

 span { border-color: rgb(56,173,220); }

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