Html Css Color HEX #268899 Scooter

📋 copy color: '#268899'

red 38 ◦ green 136 ◦ blue 153

#268899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #268899

Tints of Scooter #268899

RGB

 RED value IS 38 (15.23% from 255) = 11.62%

 GREEN value IS 136 (53.52% from 255) = 41.59%

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 11.62%
G = 41.59%
B = 46.79%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#268899 (or 0x268899) is known color: Scooter. HEX triplet: 26, 88 and 99. RGB value is (38,136,153). Sum of RGB (Red+Green+Blue) = 38+136+153=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #268899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268899 is #D97766. Grayscale: #6C6C6C. Windows color (decimal): -14251879 or 10061862. OLE color: 10061862.

HSL color Cylindrical-coordinate representation of color #268899: hue angle of 188.87º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268899 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 136 153 -
CMYK 0.75 0.11 0 0.4
HSL 188.87º 0.6% 0.37% -
HSV(B) 188.87º 0.75% 0.6% -
XYZ 15.35 20.32 33.25 -
YUV 108.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 38 136 153 0.75 0.11 0 0.4 188.87 0.6 0.37
Hex 26 88 99 4B B 0 28 BD 3C 25
Octal 46 210 231 113 13 0 50 275 74 45
Binary 100110 10001000 10011001 1001011 1011 0 101000 10111101 111100 100101

Color Harmonies of #268899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268899

Black with #268899

Text Example


Text Example

White with #268899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268899; }

 p { color: rgb(38,136,153); }

 H1.HeaderClassName
 {
   color: #268899;
 }
 .AnyTagClassName
 {
   color: #268899;
 }
</style>

background-color css

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

 a { background-color: rgb(38,136,153); }

 div.DivClassName
 {
   background-color: #268899;
 }
 .BgClassName
 {
   background-color: #268899;
 }
</style>

border-color css

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

 span { border-color: rgb(38,136,153); }

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