#268AAB

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

Shades of Scooter #268AAB

Tints of Scooter #268AAB

Color information

#268AAB (or 0x268AAB) is unknown color: approx Scooter. HEX triplet: 26, 8A and AB. RGB value is (38,138,171). Sum of RGB (Red+Green+Blue) = 38+138+171=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #268AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268AAB is #D97554. Grayscale: #6F6F6F. Windows color (decimal): -14251349 or 11242022. OLE color: 11242022.

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

Color convert

RGB38138171-
CMYK0.780.1900.33
HSL194.89º63.64%40.98%-
HSV(B)194.89º77.78%67.06%-
XYZ17.2421.5341.78-
YUV111.86161.3775.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.95%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=10.95%
G=39.77%
B=49.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381381710.780.1900.33194.8963.6440.98
Hex268AAB4E13021c34029
Octal462122531162304130310051
Binary10011010001010101010111001110100110100001110000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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