#268B9D

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

Shades of Scooter #268B9D

Tints of Scooter #268B9D

Color information

#268B9D (or 0x268B9D) is unknown color: approx Scooter. HEX triplet: 26, 8B and 9D. RGB value is (38,139,157). Sum of RGB (Red+Green+Blue) = 38+139+157=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #268B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B9D is #D97462. Grayscale: #6E6E6E. Windows color (decimal): -14251107 or 10324774. OLE color: 10324774.

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

Color convert

RGB38139157-
CMYK0.760.1100.38
HSL189.08º61.03%38.24%-
HSV(B)189.08º75.8%61.57%-
XYZ16.1221.3135.16-
YUV110.85154.0476.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=11.38%
G=41.62%
B=47.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381391570.760.1100.38189.0861.0338.24
Hex268B9D4CB026bd3d26
Octal46213235114130462757546
Binary100110100010111001110110011001011010011010111101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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