#268EAC

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

Shades of Pelorous #268EAC

Tints of Pelorous #268EAC

Color information

#268EAC (or 0x268EAC) is unknown color: approx Pelorous. HEX triplet: 26, 8E and AC. RGB value is (38,142,172). Sum of RGB (Red+Green+Blue) = 38+142+172=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #268EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268EAC is #D97153. Grayscale: #727272. Windows color (decimal): -14250324 or 11308582. OLE color: 11308582.

HSL color Cylindrical-coordinate representation of color #268EAC: hue angle of 193.43º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268EAC is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38142172-
CMYK0.780.1700.33
HSL193.43º63.81%41.18%-
HSV(B)193.43º77.91%67.45%-
XYZ17.9222.7442.47-
YUV114.32160.5473.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.80%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 172 (67.58% from 255) = 48.86%
R=10.80%
G=40.34%
B=48.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381421720.780.1700.33193.4363.8141.18
Hex268EAC4E11021c14029
Octal462162541162104130110051
Binary10011010001110101011001001110100010100001110000011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268EAC; }

 p { color: rgb(38,142,172); }

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

<style>
 a { background-color: #268EAC; }

 a { background-color: rgb(38,142,172); }

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

<style>
 span { border-color: #268EAC; }

 span { border-color: rgb(38,142,172); }

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