Html Css Color HEX #238999 Scooter

📋 copy color: '#238999'

red 35 ◦ green 137 ◦ blue 153

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

Shades of Scooter #238999

Tints of Scooter #238999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.15%

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 10.77%
G = 42.15%
B = 47.08%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#238999 (or 0x238999) is known color: Scooter. HEX triplet: 23, 89 and 99. RGB value is (35,137,153). Sum of RGB (Red+Green+Blue) = 35+137+153=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #238999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238999 is #DC7666. Grayscale: #6C6C6C. Windows color (decimal): -14448231 or 10062115. OLE color: 10062115.

HSL color Cylindrical-coordinate representation of color #238999: hue angle of 188.14º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238999 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 137 153 -
CMYK 0.77 0.10 0 0.4
HSL 188.14º 0.63% 0.37% -
HSV(B) 188.14º 0.77% 0.6% -
XYZ 15.39 20.55 33.29 -
YUV 108.33 153.21 75.7 -
System Red Green Blue C M Y K H S L
Decimal 35 137 153 0.77 0.10 0 0.4 188.14 0.63 0.37
Hex 23 89 99 4D A 0 28 BC 3F 25
Octal 43 211 231 115 12 0 50 274 77 45
Binary 100011 10001001 10011001 1001101 1010 0 101000 10111100 111111 100101

Color Harmonies of #238999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238999

Black with #238999

Text Example


Text Example

White with #238999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238999; }

 p { color: rgb(35,137,153); }

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

background-color css

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

 a { background-color: rgb(35,137,153); }

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

border-color css

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

 span { border-color: rgb(35,137,153); }

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