#268FAC

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

Shades of Pelorous #268FAC

Tints of Pelorous #268FAC

Color information

#268FAC (or 0x268FAC) is unknown color: approx Pelorous. HEX triplet: 26, 8F and AC. RGB value is (38,143,172). Sum of RGB (Red+Green+Blue) = 38+143+172=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #268FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268FAC is #D97053. Grayscale: #727272. Windows color (decimal): -14250068 or 11308838. OLE color: 11308838.

HSL color Cylindrical-coordinate representation of color #268FAC: hue angle of 192.99º 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 #268FAC is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38143172-
CMYK0.780.1700.33
HSL192.99º63.81%41.18%-
HSV(B)192.99º77.91%67.45%-
XYZ18.0723.0442.52-
YUV114.91160.2173.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.76%
GREEN value IS 143 (56.25% from 255) = 40.51%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=10.76%
G=40.51%
B=48.73%

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
Decimal381431720.780.1700.33192.9963.8141.18
Hex268FAC4E11021c14029
Octal462172541162104130110051
Binary10011010001111101011001001110100010100001110000011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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