Html Css Color HEX #248A9B Scooter

📋 copy color: '#248A9B'

red 36 ◦ green 138 ◦ blue 155

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

Shades of Scooter #248A9B

Tints of Scooter #248A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.95%

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

R = 10.94%
G = 41.95%
B = 47.11%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#248A9B (or 0x248A9B) is known color: Scooter. HEX triplet: 24, 8A and 9B. RGB value is (36,138,155). Sum of RGB (Red+Green+Blue) = 36+138+155=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #248A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A9B is #DB7564. Grayscale: #6D6D6D. Windows color (decimal): -14382437 or 10193444. OLE color: 10193444.

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

Color convert

RGB 36 138 155 -
CMYK 0.77 0.11 0 0.39
HSL 188.57º 0.62% 0.37% -
HSV(B) 188.57º 0.77% 0.61% -
XYZ 15.73 20.92 34.22 -
YUV 109.44 153.71 75.62 -
System Red Green Blue C M Y K H S L
Decimal 36 138 155 0.77 0.11 0 0.39 188.57 0.62 0.37
Hex 24 8A 9B 4D B 0 27 BD 3E 25
Octal 44 212 233 115 13 0 47 275 76 45
Binary 100100 10001010 10011011 1001101 1011 0 100111 10111101 111110 100101

Color Harmonies of #248A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A9B

Black with #248A9B

Text Example


Text Example

White with #248A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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