Html Css Color HEX #248B9C Scooter

📋 copy color: '#248B9C'

red 36 ◦ green 139 ◦ blue 156

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

Shades of Scooter #248B9C

Tints of Scooter #248B9C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

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

R = 10.88%
G = 41.99%
B = 47.13%

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

#248B9C (or 0x248B9C) is known color: Scooter. HEX triplet: 24, 8B and 9C. RGB value is (36,139,156). Sum of RGB (Red+Green+Blue) = 36+139+156=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #248B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B9C is #DB7463. Grayscale: #6D6D6D. Windows color (decimal): -14382180 or 10259236. OLE color: 10259236.

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

Color convert

RGB 36 139 156 -
CMYK 0.77 0.11 0 0.39
HSL 188.5º 0.63% 0.38% -
HSV(B) 188.5º 0.77% 0.61% -
XYZ 15.96 21.24 34.71 -
YUV 110.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 36 139 156 0.77 0.11 0 0.39 188.5 0.63 0.38
Hex 24 8B 9C 4D B 0 27 BC 3E 26
Octal 44 213 234 115 13 0 47 274 76 46
Binary 100100 10001011 10011100 1001101 1011 0 100111 10111100 111110 100110

Color Harmonies of #248B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B9C

Black with #248B9C

Text Example


Text Example

White with #248B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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