Html Css Color HEX #268995 Scooter

📋 copy color: '#268995'

red 38 ◦ green 137 ◦ blue 149

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

Shades of Scooter #268995

Tints of Scooter #268995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.28%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 11.73%
G = 42.28%
B = 45.99%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#268995 (or 0x268995) is known color: Scooter. HEX triplet: 26, 89 and 95. RGB value is (38,137,149). Sum of RGB (Red+Green+Blue) = 38+137+149=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #268995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268995 is #D9766A. Grayscale: #6C6C6C. Windows color (decimal): -14251627 or 9799974. OLE color: 9799974.

HSL color Cylindrical-coordinate representation of color #268995: hue angle of 186.49º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268995 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 137 149 -
CMYK 0.74 0.08 0 0.42
HSL 186.49º 0.59% 0.37% -
HSV(B) 186.49º 0.74% 0.58% -
XYZ 15.17 20.47 31.59 -
YUV 108.77 150.7 77.52 -
System Red Green Blue C M Y K H S L
Decimal 38 137 149 0.74 0.08 0 0.42 186.49 0.59 0.37
Hex 26 89 95 4A 8 0 2A BA 3B 25
Octal 46 211 225 112 10 0 52 272 73 45
Binary 100110 10001001 10010101 1001010 1000 0 101010 10111010 111011 100101

Color Harmonies of #268995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268995

Black with #268995

Text Example


Text Example

White with #268995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268995; }

 p { color: rgb(38,137,149); }

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

background-color css

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

 a { background-color: rgb(38,137,149); }

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

border-color css

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

 span { border-color: rgb(38,137,149); }

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