#248B9D

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

Shades of Scooter #248B9D

Tints of Scooter #248B9D

Color information

#248B9D (or 0x248B9D) is unknown color: approx Scooter. HEX triplet: 24, 8B and 9D. RGB value is (36,139,157). Sum of RGB (Red+Green+Blue) = 36+139+157=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #248B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B9D is #DB7462. Grayscale: #6E6E6E. Windows color (decimal): -14382179 or 10324772. OLE color: 10324772.

HSL color Cylindrical-coordinate representation of color #248B9D: hue angle of 188.93º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248B9D is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36139157-
CMYK0.770.1100.38
HSL188.93º62.69%37.84%-
HSV(B)188.93º77.07%61.57%-
XYZ16.0521.2735.16-
YUV110.25154.3875.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.84%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=10.84%
G=41.87%
B=47.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361391570.770.1100.38188.9362.6937.84
Hex248B9D4DB026bd3f26
Octal44213235115130462757746
Binary100100100010111001110110011011011010011010111101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248B9D; }

 p { color: rgb(36,139,157); }

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

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

 a { background-color: rgb(36,139,157); }

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

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

 span { border-color: rgb(36,139,157); }

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