Html Css Color HEX #248D9B Scooter

📋 copy color: '#248D9B'

red 36 ◦ green 141 ◦ blue 155

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

Shades of Scooter #248D9B

Tints of Scooter #248D9B

RGB

 RED value IS 36 (14.45% from 255) = 10.84%

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 10.84%
G = 42.47%
B = 46.69%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#248D9B (or 0x248D9B) is known color: Scooter. HEX triplet: 24, 8D and 9B. RGB value is (36,141,155). Sum of RGB (Red+Green+Blue) = 36+141+155=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #248D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D9B is #DB7264. Grayscale: #6F6F6F. Windows color (decimal): -14381669 or 10194212. OLE color: 10194212.

HSL color Cylindrical-coordinate representation of color #248D9B: hue angle of 187.06º degrees, saturation: 0.62, 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 #248D9B is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 141 155 -
CMYK 0.77 0.09 0 0.39
HSL 187.06º 0.62% 0.37% -
HSV(B) 187.06º 0.77% 0.61% -
XYZ 16.17 21.79 34.36 -
YUV 111.2 152.71 74.36 -
System Red Green Blue C M Y K H S L
Decimal 36 141 155 0.77 0.09 0 0.39 187.06 0.62 0.37
Hex 24 8D 9B 4D 9 0 27 BB 3E 25
Octal 44 215 233 115 11 0 47 273 76 45
Binary 100100 10001101 10011011 1001101 1001 0 100111 10111011 111110 100101

Color Harmonies of #248D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D9B

Black with #248D9B

Text Example


Text Example

White with #248D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,141,155); }

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

background-color css

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

 a { background-color: rgb(36,141,155); }

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

border-color css

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

 span { border-color: rgb(36,141,155); }

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