#268ABF

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

Shades of Pelorous #268ABF

Tints of Pelorous #268ABF

Color information

#268ABF (or 0x268ABF) is unknown color: approx Pelorous. HEX triplet: 26, 8A and BF. RGB value is (38,138,191). Sum of RGB (Red+Green+Blue) = 38+138+191=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #268ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ABF is #D97540. Grayscale: #717171. Windows color (decimal): -14251329 or 12552742. OLE color: 12552742.

HSL color Cylindrical-coordinate representation of color #268ABF: hue angle of 200.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268ABF is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38138191-
CMYK0.800.2800.25
HSL200.78º66.81%44.9%-
HSV(B)200.78º80.1%74.9%-
XYZ19.2922.3552.59-
YUV114.14171.3773.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.35%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 191 (75% from 255) = 52.04%
R=10.35%
G=37.60%
B=52.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381381910.800.2800.25200.7866.8144.9
Hex268ABF501C019c9432d
Octal462122771203403131110355
Binary1001101000101010111111101000011100011001110010011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,138,191); }

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

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

 a { background-color: rgb(38,138,191); }

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

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

 span { border-color: rgb(38,138,191); }

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