#268AA9

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

Shades of Scooter #268AA9

Tints of Scooter #268AA9

Color information

#268AA9 (or 0x268AA9) is unknown color: approx Scooter. HEX triplet: 26, 8A and A9. RGB value is (38,138,169). Sum of RGB (Red+Green+Blue) = 38+138+169=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #268AA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268AA9 is #D97556. Grayscale: #6F6F6F. Windows color (decimal): -14251351 or 11110950. OLE color: 11110950.

HSL color Cylindrical-coordinate representation of color #268AA9: hue angle of 194.2º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268AA9 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB38138169-
CMYK0.780.1800.34
HSL194.2º63.29%40.59%-
HSV(B)194.2º77.51%66.27%-
XYZ17.0521.4540.78-
YUV111.63160.3775.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.01%
GREEN value IS 138 (54.30% from 255) = 40%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=11.01%
G=40%
B=48.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal381381690.780.1800.34194.263.2940.59
Hex268AA94E12022c23f29
Octal46212251116220423027751
Binary1001101000101010101001100111010010010001011000010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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