Html Css Color HEX #238EA6 Scooter

📋 copy color: '#238EA6'

red 35 ◦ green 142 ◦ blue 166

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

Shades of Scooter #238EA6

Tints of Scooter #238EA6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.4%

 BLUE value IS 166 (65.23% from 255) = 48.4%

R = 10.2%
G = 41.4%
B = 48.4%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#238EA6 (or 0x238EA6) is known color: Scooter. HEX triplet: 23, 8E and A6. RGB value is (35,142,166). Sum of RGB (Red+Green+Blue) = 35+142+166=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #238EA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238EA6 is #DC7159. Grayscale: #707070. Windows color (decimal): -14446938 or 10915363. OLE color: 10915363.

HSL color Cylindrical-coordinate representation of color #238EA6: hue angle of 190.99º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #238EA6 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 35 142 166 -
CMYK 0.79 0.14 0 0.35
HSL 190.99º 0.65% 0.39% -
HSV(B) 190.99º 0.79% 0.65% -
XYZ 17.25 22.46 39.5 -
YUV 112.74 158.05 72.55 -
System Red Green Blue C M Y K H S L
Decimal 35 142 166 0.79 0.14 0 0.35 190.99 0.65 0.39
Hex 23 8E A6 4F E 0 23 BF 41 27
Octal 43 216 246 117 16 0 43 277 101 47
Binary 100011 10001110 10100110 1001111 1110 0 100011 10111111 1000001 100111

Color Harmonies of #238EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EA6

Black with #238EA6

Text Example


Text Example

White with #238EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,142,166); }

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

background-color css

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

 a { background-color: rgb(35,142,166); }

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

border-color css

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

 span { border-color: rgb(35,142,166); }

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