#238A9B

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

Shades of Scooter #238A9B

Tints of Scooter #238A9B

Color information

#238A9B (or 0x238A9B) is unknown color: approx Scooter. HEX triplet: 23, 8A and 9B. RGB value is (35,138,155). Sum of RGB (Red+Green+Blue) = 35+138+155=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #238A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238A9B is #DC7564. Grayscale: #6C6C6C. Windows color (decimal): -14447973 or 10193443. OLE color: 10193443.

HSL color Cylindrical-coordinate representation of color #238A9B: hue angle of 188.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238A9B is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB35138155-
CMYK0.770.1100.39
HSL188.5º63.16%37.25%-
HSV(B)188.5º77.42%60.78%-
XYZ15.720.934.22-
YUV109.14153.8875.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.67%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=10.67%
G=42.07%
B=47.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal351381550.770.1100.39188.563.1637.25
Hex238A9B4DB027bc3f25
Octal43212233115130472747745
Binary100011100010101001101110011011011010011110111100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238A9B; }

 p { color: rgb(35,138,155); }

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

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

 a { background-color: rgb(35,138,155); }

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

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

 span { border-color: rgb(35,138,155); }

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