Html Css Color HEX #238A9C Scooter

📋 copy color: '#238A9C'

red 35 ◦ green 138 ◦ blue 156

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

Shades of Scooter #238A9C

Tints of Scooter #238A9C

RGB

 RED value IS 35 (14.06% from 255) = 10.64%

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

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

R = 10.64%
G = 41.95%
B = 47.42%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#238A9C (or 0x238A9C) is known color: Scooter. HEX triplet: 23, 8A and 9C. RGB value is (35,138,156). Sum of RGB (Red+Green+Blue) = 35+138+156=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #238A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238A9C is #DC7563. Grayscale: #6D6D6D. Windows color (decimal): -14447972 or 10258979. OLE color: 10258979.

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

Color convert

RGB 35 138 156 -
CMYK 0.78 0.12 0 0.39
HSL 188.93º 0.63% 0.37% -
HSV(B) 188.93º 0.78% 0.61% -
XYZ 15.78 20.93 34.66 -
YUV 109.26 154.38 75.04 -
System Red Green Blue C M Y K H S L
Decimal 35 138 156 0.78 0.12 0 0.39 188.93 0.63 0.37
Hex 23 8A 9C 4E C 0 27 BD 3F 25
Octal 43 212 234 116 14 0 47 275 77 45
Binary 100011 10001010 10011100 1001110 1100 0 100111 10111101 111111 100101

Color Harmonies of #238A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238A9C

Black with #238A9C

Text Example


Text Example

White with #238A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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