Html Css Color HEX #248A9C Scooter

📋 copy color: '#248A9C'

red 36 ◦ green 138 ◦ blue 156

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

Shades of Scooter #248A9C

Tints of Scooter #248A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 10.91%
G = 41.82%
B = 47.27%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#248A9C (or 0x248A9C) is known color: Scooter. HEX triplet: 24, 8A and 9C. RGB value is (36,138,156). Sum of RGB (Red+Green+Blue) = 36+138+156=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #248A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A9C is #DB7563. Grayscale: #6D6D6D. Windows color (decimal): -14382436 or 10258980. OLE color: 10258980.

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

Color convert

RGB 36 138 156 -
CMYK 0.77 0.12 0 0.39
HSL 189º 0.63% 0.38% -
HSV(B) 189º 0.77% 0.61% -
XYZ 15.82 20.95 34.66 -
YUV 109.55 154.21 75.54 -
System Red Green Blue C M Y K H S L
Decimal 36 138 156 0.77 0.12 0 0.39 189 0.63 0.38
Hex 24 8A 9C 4D C 0 27 BD 3E 26
Octal 44 212 234 115 14 0 47 275 76 46
Binary 100100 10001010 10011100 1001101 1100 0 100111 10111101 111110 100110

Color Harmonies of #248A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A9C

Black with #248A9C

Text Example


Text Example

White with #248A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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