#268F9E

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

Shades of Scooter #268F9E

Tints of Scooter #268F9E

Color information

#268F9E (or 0x268F9E) is unknown color: approx Scooter. HEX triplet: 26, 8F and 9E. RGB value is (38,143,158). Sum of RGB (Red+Green+Blue) = 38+143+158=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #268F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F9E is #D97061. Grayscale: #717171. Windows color (decimal): -14250082 or 10391334. OLE color: 10391334.

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

Color convert

RGB38143158-
CMYK0.760.0900.38
HSL187.5º61.22%38.43%-
HSV(B)187.5º75.95%61.96%-
XYZ16.7922.5335.81-
YUV113.31153.2174.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.21%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=11.21%
G=42.18%
B=46.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381431580.760.0900.38187.561.2238.43
Hex268F9E4C9026bc3d26
Octal46217236114110462747546
Binary100110100011111001111010011001001010011010111100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,143,158); }

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

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

 a { background-color: rgb(38,143,158); }

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

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

 span { border-color: rgb(38,143,158); }

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