Html Css Color HEX #268D99 Scooter

📋 copy color: '#268D99'

red 38 ◦ green 141 ◦ blue 153

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

Shades of Scooter #268D99

Tints of Scooter #268D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.47%

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

R = 11.45%
G = 42.47%
B = 46.08%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#268D99 (or 0x268D99) is known color: Scooter. HEX triplet: 26, 8D and 99. RGB value is (38,141,153). Sum of RGB (Red+Green+Blue) = 38+141+153=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #268D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268D99 is #D97266. Grayscale: #6F6F6F. Windows color (decimal): -14250599 or 10063142. OLE color: 10063142.

HSL color Cylindrical-coordinate representation of color #268D99: hue angle of 186.26º 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 #268D99 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 141 153 -
CMYK 0.75 0.08 0 0.4
HSL 186.26º 0.6% 0.37% -
HSV(B) 186.26º 0.75% 0.6% -
XYZ 16.07 21.76 33.49 -
YUV 111.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 38 141 153 0.75 0.08 0 0.4 186.26 0.6 0.37
Hex 26 8D 99 4B 8 0 28 BA 3C 25
Octal 46 215 231 113 10 0 50 272 74 45
Binary 100110 10001101 10011001 1001011 1000 0 101000 10111010 111100 100101

Color Harmonies of #268D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268D99

Black with #268D99

Text Example


Text Example

White with #268D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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