#268F9C

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

Shades of Scooter #268F9C

Tints of Scooter #268F9C

Color information

#268F9C (or 0x268F9C) is unknown color: approx Scooter. HEX triplet: 26, 8F and 9C. RGB value is (38,143,156). Sum of RGB (Red+Green+Blue) = 38+143+156=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #268F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F9C is #D97063. Grayscale: #707070. Windows color (decimal): -14250084 or 10260262. OLE color: 10260262.

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

Color convert

RGB38143156-
CMYK0.760.0800.39
HSL186.61º60.82%38.04%-
HSV(B)186.61º75.64%61.18%-
XYZ16.6222.4634.91-
YUV113.09152.2174.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.28%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 156 (61.33% from 255) = 46.29%
R=11.28%
G=42.43%
B=46.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381431560.760.0800.39186.6160.8238.04
Hex268F9C4C8027bb3d26
Octal46217234114100472737546
Binary100110100011111001110010011001000010011110111011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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