#38abb8

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

Shades of Pelorous #38ABB8

Tints of Pelorous #38ABB8

Color information

#38ABB8 (or 0x38ABB8) is unknown color: approx Pelorous. HEX triplet: 38, AB and B8. RGB value is (56,171,184). Sum of RGB (Red+Green+Blue) = 56+171+184=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #38ABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABB8 is #C75447. Grayscale: #898989. Windows color (decimal): -13063240 or 12102456. OLE color: 12102456.

HSL color Cylindrical-coordinate representation of color #38ABB8: hue angle of 186.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38ABB8 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB56171184-
CMYK0.700.0700.28
HSL186.09º53.33%47.06%-
HSV(B)186.09º69.57%72.16%-
XYZ24.8533.4350.49-
YUV138.1153.969.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.63%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 184 (72.27% from 255) = 44.77%
R=13.63%
G=41.61%
B=44.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561711840.700.0700.28186.0953.3347.06
Hex38ABB846701Cba352f
Octal7025327010670342726557
Binary1110001010101110111000100011011101110010111010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38abb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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