#38AEC9

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

Shades of Viking #38AEC9

Tints of Viking #38AEC9

Color information

#38AEC9 (or 0x38AEC9) is unknown color: approx Viking. HEX triplet: 38, AE and C9. RGB value is (56,174,201). Sum of RGB (Red+Green+Blue) = 56+174+201=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #38AEC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AEC9 is #C75136. Grayscale: #8D8D8D. Windows color (decimal): -13062455 or 13217336. OLE color: 13217336.

HSL color Cylindrical-coordinate representation of color #38AEC9: hue angle of 191.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38AEC9 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB56174201-
CMYK0.720.1300.21
HSL191.17º57.31%50.39%-
HSV(B)191.17º72.14%78.82%-
XYZ27.3135.3360.64-
YUV141.8161.4166.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.99%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 201 (78.91% from 255) = 46.64%
R=12.99%
G=40.37%
B=46.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal561742010.720.1300.21191.1757.3150.39
Hex38AEC948D015bf3932
Octal70256311110150252777162
Binary11100010101110110010011001000110101010110111111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,174,201); }

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

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

 a { background-color: rgb(56,174,201); }

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

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

 span { border-color: rgb(56,174,201); }

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