#228FA6

Color #228FA6 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #228FA6

Tints of Scooter #228FA6

Color information

#228FA6 (or 0x228FA6) is unknown color: approx Scooter. HEX triplet: 22, 8F and A6. RGB value is (34,143,166). Sum of RGB (Red+Green+Blue) = 34+143+166=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 143 (56.25% from 255 or 41.69% 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 #228FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228FA6 is #DD7059. Grayscale: #707070. Windows color (decimal): -14512218 or 10915618. OLE color: 10915618.

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

Color convert

RGB34143166-
CMYK0.800.1400.35
HSL190.45º66%39.22%-
HSV(B)190.45º79.52%65.1%-
XYZ17.3722.7439.55-
YUV113.03157.8971.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.91%
GREEN value IS 143 (56.25% from 255) = 41.69%
BLUE value IS 166 (65.23% from 255) = 48.40%
R=9.91%
G=41.69%
B=48.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal341431660.800.1400.35190.456639.22
Hex228FA650E023be4227
Octal422172461201604327610247
Binary1000101000111110100110101000011100100011101111101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228FA6; }

 p { color: rgb(34,143,166); }

 H1.HeaderClassName
 {
   color: #228FA6;
 }
 .AnyTagClassName
 {
   color: #228FA6;
 }
</style>
background-color css

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

 a { background-color: rgb(34,143,166); }

 div.DivClassName
 {
   background-color: #228FA6;
 }
 .BgClassName
 {
   background-color: #228FA6;
 }
</style>
border-color css

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

 span { border-color: rgb(34,143,166); }

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