#268B9F

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

Shades of Scooter #268B9F

Tints of Scooter #268B9F

Color information

#268B9F (or 0x268B9F) is unknown color: approx Scooter. HEX triplet: 26, 8B and 9F. RGB value is (38,139,159). Sum of RGB (Red+Green+Blue) = 38+139+159=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #268B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B9F is #D97460. Grayscale: #6E6E6E. Windows color (decimal): -14251105 or 10455846. OLE color: 10455846.

HSL color Cylindrical-coordinate representation of color #268B9F: hue angle of 189.92º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #268B9F is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38139159-
CMYK0.760.1300.38
HSL189.92º61.42%38.63%-
HSV(B)189.92º76.1%62.35%-
XYZ16.2921.3836.07-
YUV111.08155.0475.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.31%
GREEN value IS 139 (54.69% from 255) = 41.37%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=11.31%
G=41.37%
B=47.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381391590.760.1300.38189.9261.4238.63
Hex268B9F4CD026be3d27
Octal46213237114150462767547
Binary100110100010111001111110011001101010011010111110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,139,159); }

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

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

 a { background-color: rgb(38,139,159); }

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

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

 span { border-color: rgb(38,139,159); }

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