#268A9D

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

Shades of Scooter #268A9D

Tints of Scooter #268A9D

Color information

#268A9D (or 0x268A9D) is unknown color: approx Scooter. HEX triplet: 26, 8A and 9D. RGB value is (38,138,157). Sum of RGB (Red+Green+Blue) = 38+138+157=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #268A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A9D is #D97562. Grayscale: #6E6E6E. Windows color (decimal): -14251363 or 10324518. OLE color: 10324518.

HSL color Cylindrical-coordinate representation of color #268A9D: hue angle of 189.58º 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 #268A9D is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38138157-
CMYK0.760.1200.38
HSL189.58º61.03%38.24%-
HSV(B)189.58º75.8%61.57%-
XYZ15.9721.0235.11-
YUV110.27154.3776.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.41%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=11.41%
G=41.44%
B=47.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381381570.760.1200.38189.5861.0338.24
Hex268A9D4CC026be3d26
Octal46212235114140462767546
Binary100110100010101001110110011001100010011010111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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